Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The problem I am having is with the object structure of Excel.
For instance I import some data into the first sheet, then I try to delete the first column, since I don't need the data, but it doesn't see to work this way. Private Sub Workbook_Open() .... code to load in some data.. .... 'then I would like to delete the extraneous data with something like Sheets(1).Columns(1).delete 'but this doesn't seem to be the way it's done. Can I only work with selections, or do I have to set the object reference for the function? Any sites or advice appreciated. Paul |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cant pass array to excel from c++ using xloper structure | Excel Worksheet Functions | |||
excel outlines structure | Excel Discussion (Misc queries) | |||
Protect an Excel 2007 workbook structure | Excel Discussion (Misc queries) | |||
Analyze Excel files structure | Excel Programming | |||
Analyze Excel files structure | Excel Programming |