#1   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default MACRO EVENT

HOW DO I HIDE A MACRO EVENT FROM DISPLAYING WHEN RUNNING IN EXCE
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default MACRO EVENT

---If you mean hide the code from user (while debug) you can password protect
VBA from menu in VBE ...ToolsProject PropertiesProtection tab.

---If you mean to hide what is happening while your code executes.
Application.Screenupdating = False
'your code
Application.Screenupdating = True

If this post helps click Yes
---------------
Jacob Skaria


"BEN" wrote:

HOW DO I HIDE A MACRO EVENT FROM DISPLAYING WHEN RUNNING IN EXCE

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default MACRO EVENT

SHOUT real loud does it every time. Please do NOT type in all caps. Hard to
read and RUDE!!!
Try using

application.screenupdating=false
code
application.screenupdating=true

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"BEN" wrote in message
...
HOW DO I HIDE A MACRO EVENT FROM DISPLAYING WHEN RUNNING IN EXCE


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
Event Macro help Scott Excel Discussion (Misc queries) 3 March 22nd 10 07:19 PM
Event Macro running another macro inside K1KKKA Excel Discussion (Misc queries) 1 December 20th 06 08:21 PM
Help with Event macro..... Celt[_55_] Excel Programming 2 May 1st 06 09:13 PM
Event Macro Amy Excel Programming 2 August 4th 04 04:55 PM
Event macro Amy Excel Programming 0 August 4th 04 04:53 PM


All times are GMT +1. The time now is 07:09 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"