Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I run the following code and I have an open spreadsheet with existing
sheets, I get another instance of Excel w/no sheets. How can I reference the active spreadsheet(w/o knowing the filename?) Dim oXL as object Dim xlWorksheet as object Set oXL = GetObject("", "Excel.Application") Set xlWorkSheet = oXL.Worksheets.Add *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using the active cell as a reference in a function | Excel Worksheet Functions | |||
How to reference an active cell | New Users to Excel | |||
Active row cell reference | Excel Worksheet Functions | |||
Active Cell Reference | Excel Worksheet Functions | |||
Active Cell Copy And Paste Sheet to Sheet | New Users to Excel |