Hi all.
Can anyong shed light on this problem. I have an XL sheet with the following code on a command button in the sheet:
Range("a1").Value = "hahahaha"
The same code is placed in a command buttton, but on a userform. Both work as expected.
However, I now hyperlink to the sheet from a web page, opening the sheet in an IE shell and the sheet command works but the form one throws up
Run-time error '1004'
Method 'Range' of object '_Global' failed
I'd be most greatful for any suggestions
Thanks
Georg
Can anyong shed light on this problem. I have an XL sheet with the following code on a command button in the sheet:
Range("a1").Value = "hahahaha"
The same code is placed in a command buttton, but on a userform. Both work as expected.
However, I now hyperlink to the sheet from a web page, opening the sheet in an IE shell and the sheet command works but the form one throws up
Run-time error '1004'
Method 'Range' of object '_Global' failed
I'd be most greatful for any suggestions
Thanks
Georg