Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excell Manipulation
#1
How do you delete a Sheet from excell?

Like delete "Sheet2"

Thanks
#2
Macro
Code:
Copy      Help
;/exe 1
ExcelSheet es.Init("Sheet2")
es.ws.Delete
#3
Geeze...easy again.

Where do you pull those commands from. I look and look and look, but still can't find them.

What kind of resources do I need to be able to find those commands.

I just don't know much about this and I don't mind reading and learning.

Thanks bunches again!
#4
Type es.ws. and in the list look for something like "Delete".
Also all these functions (methods and properties) are documented in Excel help.


Forum Jump:


Users browsing this thread: 1 Guest(s)