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
Exhange 2003 mailbox permissions
alter does it drop
Return a Char at position
Meetings reschuled are still showing old meeting date and time
how can i change any image resolution online and then save it in to local pc ??
Asp.Net MVC PartialView doesn't Refresh after Ajax postback
Combine worksheets from different workbooks into one workbook using VB.Net
Ran a disk clean-up and a de-frag
OCS 2007 R2 and Cisco call manager
Is it possible to create a database snapshot from a back up file, without having to restore it first?