What is the 'logical' reverse of the following open?
Set objExcel = GetObject("", "excel.application")
objExcel.Workbooks.open strFullPath
In other words, how do you close the current document AND the workbook. One would think it would be:
objExcel.ActiveWorkBook.Close...
I am going to give this one more try.
I am having some difficulty with determining the line of code that will allow me to insert a new row above the currently selected cell. The code created when you record a macro and do this manually will not work when transported to VBScript.
Here is a...
Having some difficulty in in manupulating some Excel Worksheet functions from an external VBSript application (either standalone or client-side web page).
In general, I am not able to get a 'row insert' to work and a succeeding copy and paste.
Specifically, I am using a function to insert a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.