Controlling Excel inside Internet Explorer

ajverrall

New Member
Joined
Nov 19, 2008
Messages
1
Hi,

I have a macro which run perfectly from Excel but the file has to be posted on our company intranet which uses redirection so the file opens up inside Internet Explorer. I can't change user access to modify the settings to open an .xls file only in Excel either!

When the macro tries to run I get the infamous Run-time 1004 Method 'Range' of object'_Global' failed error which points to the code

cmbStoreList.Value = Range("B1").Value

all I can assume is that it can't find the range B1 but I don't know how to get around this.

The spreadsheet needs to work when being opened as it currently is, I've got no chance of changing company policy and I don't want the users saving a local copy and reopening the file (far too complicated for them!).

Any help really appreaciated!!!
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple

Forum statistics

Threads
1,215,514
Messages
6,125,271
Members
449,219
Latest member
daynle

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top