Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a vb script written to just open a workbook and remove the first row.
I need it to remove the row not just delete the cell contents. here is the script. Set objExcel = CreateObject("Excel.Application") Set objWorkbook = objExcel.Workbooks.Open("C:\book1.xls") objExcel.Visible = TRUE Rows("1:1").Select Selection.Delete Shift:=xlUp I keep getting an error on line 5 char 24. Is there a different tag I should be using? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove convert/extract the number from'12345.56; ie remove ' sign | Excel Worksheet Functions | |||
How do I remove hyperlink if 'remove' option is disabled | New Users to Excel | |||
HOW CAN I REMOVE SCRIPT ERROR FROM MICROSOFT WORD AND EXCEL. | Excel Discussion (Misc queries) | |||
VB Script to remove row | Excel Programming | |||
Excel 2000/XP script to Excel97 script | Excel Programming |