Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Macros with hidden sheets!


Hi there,

I have 2 doubts by excel macros. I have created a macro which use
information from other sheets in the same file. When I hide thos
sheets (which I need to) the macro doesn't work... Is it possible t
keep it running with hidden sheets?

The other doubt is also link with the same problem. When I have a macr
that uses information from other sheets in the same file, while it i
running it quickly jumps to the other sheets. Can I run the macro bu
remain in the same sheet where the macro is, without any "jumps" fro
sheet to sheet?

Many Thanks

Regards to you all

Perin

--
Perini
-----------------------------------------------------------------------
Perini 9's Profile: http://www.excelforum.com/member.php...fo&userid=2472
View this thread: http://www.excelforum.com/showthread.php?threadid=38292

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Macros with hidden sheets!


Can I run the macro but remain in the same sheet where the macro is
without any "jumps" from sheet to sheet?
Yes you can.


When I hide those sheets (which I need to) the macro doesn't work... I
it possible to keep it running with hidden sheets?
Yes it is possible, but depends on what macro doe

--
anilsolipura
-----------------------------------------------------------------------
anilsolipuram's Profile: http://www.excelforum.com/member.php...fo&userid=1627
View this thread: http://www.excelforum.com/showthread.php?threadid=38292

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Macros with hidden sheets!


one solution to both "doubts"... use:

Application.ScreenUpdating = False

'here you can unhide the sheets needed, run your code, then rehide the
sheets

Application.ScreenUpdating = True

HTH

Bruce

p.s. Quick English lesson, "Doubt" means "To regard as unlikely". I
'doubt' that is what you meant in your post... most likely you meant "I
have 2 problems with excel macros..."

(I respect you for your grasp of my confusing language... and it is the
only one I speak, so you have that better than me).
b


--
swatsp0p


------------------------------------------------------------------------
swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101
View this thread: http://www.excelforum.com/showthread...hreadid=382921

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
hidden sheets Soccerboy83 Excel Discussion (Misc queries) 5 November 25th 09 06:17 PM
Hidden Sheets QUESTION-MARK Excel Worksheet Functions 4 May 19th 06 07:06 PM
Unhide Worksheets (hidden via macros) Mark Excel Discussion (Misc queries) 1 June 7th 05 05:21 PM
running macros on hidden sheets? hammer Excel Programming 1 October 15th 03 10:47 PM
Hidden? macros Steve[_37_] Excel Programming 4 September 7th 03 04:48 PM


All times are GMT +1. The time now is 01:28 AM.

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

About Us

"It's about Microsoft Excel"