![]() |
using macro IE turns error...
I have an Excel spreadsheet that contains some VBA macros
to select some rows. This file works fine in Excel. But in the interne explorer spreadsheet turns an error messages and dont work fine. Error is he Run-time Error: '1004' Method of 'Rows' object '_Global failed. Error occurs when command line: Rows("4:45").Select Thanks for all. Note: I must use internet explorer because the excel file on ou intranet. Bilal DUZENLI From TURKEY.... : -- Message posted from http://www.ExcelForum.com |
using macro IE turns error...
Bilal
The following works for me However, I am manipulating the control named "SS1" on a work sheet in Excel: Dim objSS As OLEObjec Set objSS = ActiveSheet.OLEObjects("SS1" objSS.Object.Rows("4:45").Selec Maybe this helps somehow?? |
All times are GMT +1. The time now is 05:36 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com