Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting Excel object really slow for some, quick for others

Status
Not open for further replies.

cblakley4

Technical User
Jun 15, 2012
5
US
Hello,
I have a macro that creates an excel object with the following lines:
Code:
dim xlapp as object
Set xlapp = CreateObject("Excel.Application")

for most of my users, this is done in less than a second, however for one of my users, this takes an exorbitant amount of time.
does anyone know a solution or at least the cause of this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top