CHRLAB47 Posted January 25, 2008 Report Share Posted January 25, 2008 Newbie question: I’m controlling EXCEL by invoking a Method to Delete a Range of Cells.. What Data Type would be applied to the input of Shift? Thank you, Chris Quote Link to comment
Topher Posted January 25, 2008 Report Share Posted January 25, 2008 QUOTE(CHRLAB47 @ Jan 24 2008, 09:53 AM) Newbie question:I'm controlling EXCEL by invoking a Method to Delete a Range of Cells.. What Data Type would be applied to the input of Shift? Thank you, Chris http://msdn2.microsoft.com/en-us/library/a...office.11).aspx If you don't have internet access, you can download the whole excel reference library. You'll have to look around for that though. Never mind, I'm feeling generous today. Here's the link to download the reference. http://www.microsoft.com/Downloads/details...;displaylang=en Quote Link to comment
CHRLAB47 Posted January 25, 2008 Author Report Share Posted January 25, 2008 Newbie question: I’m controlling EXCEL by invoking a Method to Delete a Range of Cells.. What Data Type would be applied to the input of Shift? Thank you, Chris Quote Link to comment
i2dx Posted January 26, 2008 Report Share Posted January 26, 2008 QUOTE(CHRLAB47 @ Jan 24 2008, 11:46 PM) Newbie question:I’m controlling EXCEL by invoking a Method to Delete a Range of Cells.. What Data Type would be applied to the input of Shift? Thank you, Chris in doubt I'd take a look at the function description at the MSDN (http://msdn.microsoft.com). Hint: type e.g. _workbook.open into the search window and the Object definition should be among the first 10 search results. Warning: if that input is a nested Variant, e.g. a string array, it is likely that you have no chance in LV to build that specific data type. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.