Microsoft
Software
Hardware
Network
Question : Error message when execute Macro
Hi Experts,
I need Experts help. When I run Macro2 “Sub CompileData()”, the error message pop-up as:
“subscript out of range” at this line:
“If ISEXIST(Sheets(CStr(wksNam
e)).UsedRa
nge.Column
s("a:b").V
alue, MySheets(i) & ";" & CLng(rCell”
Hope Experts could help me to rectify this error. Attached the workbook for Experts perusal.
Attachments:
ReportTest.xls
(149 KB)
(File Type Details)
xls
Answer : Error message when execute Macro
Hi,
replace
Sheets(CStr(wksName))
with
Sheets(CStr(Trim(wksName))
)
wherever in the code
Kris
Random Solutions
Do WPF and MVP go together?
Word 2003 - working with tables, rows, and cells
Inserting data into a varbinary(max) field
detect registry change windows ce
transfering a directory with multiple files in parallel
average overhead on a PIX site to site IPSec tunnel
Change Username on SBS2008
VC++ change .exe icon
Server problems
How to Combine The Data in Two Excel Sheet into One Using VBA