A
alec
I have an excel file which users access via the internet.
The users seem to want to open the file in a browser
rather than download the file and open in Excel. The
problem is that the macros do not work when the file is
opened from inside the internet explorer browser.
The following line gives an error:
N = Application.WorksheetFunction.CountA(ActiveSheet.Range
("B:B"))
The error is:
"Run-time error '91':
Object variable or With block variable not set"
I wrote the macro in Excel 2000.
Any help is appreciated.
The users seem to want to open the file in a browser
rather than download the file and open in Excel. The
problem is that the macros do not work when the file is
opened from inside the internet explorer browser.
The following line gives an error:
N = Application.WorksheetFunction.CountA(ActiveSheet.Range
("B:B"))
The error is:
"Run-time error '91':
Object variable or With block variable not set"
I wrote the macro in Excel 2000.
Any help is appreciated.