Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default 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??

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I tried to get around the problem of the pivot table field settingdefaulting to Count instead of Sum by running a macro of change the settingfrom Count to Sum. However, when I tried to run the Macro, I got error messageof run time error 1004, unable Enda80 Excel Worksheet Functions 1 May 3rd 08 02:35 PM
I tried to get around the problem of the pivot table field settingdefaulting to Count instead of Sum by running a macro of change the settingfrom Count to Sum. However, when I tried to run the Macro, I got error messageof run time error 1004, unable Enda80 Excel Discussion (Misc queries) 1 May 3rd 08 10:52 AM
Text turns into #### Aurora Excel Discussion (Misc queries) 5 May 2nd 08 09:28 PM
8-10 turns in 8 oct CJP Excel Discussion (Misc queries) 1 April 30th 08 11:13 AM
Excel 2003 Macro Error - Runtime error 1004 Cow Excel Discussion (Misc queries) 2 June 7th 05 01:40 PM


All times are GMT +1. The time now is 10:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"