ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   application.enableEvents (https://www.excelbanter.com/excel-programming/305652-application-enableevents.html)

jeffP

application.enableEvents
 
Hi all,
I'm trying to have a macro copy/pastespecial a cell from another workbook.
Simple enough but I have a userform that shows when the workbook opens so I
have to close the form to continue the macro. I "thought"
application.enableevents=false would stop this userform from opening but
obviously I'm wrong.
Any help is always appreciated.

Workbooks.Open FileName:="C:\Report1.xls"

Application.EnableEvents = False

Sheets("A").Select
Range("D5").Select
Selection.Copy
yaddayaddayadda


--
jeffP




Chip Pearson

application.enableEvents
 
Jeff,

Put EnableEvents = False BEFORE opening the workbook.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"jeffP" wrote in message
...
Hi all,
I'm trying to have a macro copy/pastespecial a cell from

another workbook.
Simple enough but I have a userform that shows when the

workbook opens so I
have to close the form to continue the macro. I "thought"
application.enableevents=false would stop this userform from

opening but
obviously I'm wrong.
Any help is always appreciated.

Workbooks.Open FileName:="C:\Report1.xls"

Application.EnableEvents = False

Sheets("A").Select
Range("D5").Select
Selection.Copy
yaddayaddayadda


--
jeffP







All times are GMT +1. The time now is 05:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com