Folks...
I didn't receive a reply, so I've re-worded my question, opening it up for other solutions, besides what I was attempting.
I have a series of Excel files (path/filename stored in a table - tblOutlines) that I need to step through. Each file has several worksheets, and each worksheet...
Yes, you can do this. Let's assume your string will contain the following: 110,234, and that it is stored in a variable called strStringTest (from parent code or as a public variable, so not declared here)
You can use InStr to return the position of the comma, as follows:
Sub...
Folks...
I'm having trouble using the .GoTo method of an Excel object. Can someone advise me? I've tried several methods, and all receive the following error: "Error 1004: Method 'Goto' of object '_Application' failed."
Here are two of the attempts:
EXAMPLE 1:
Dim xl As...
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.