Hello,
I have a macro that creates an excel object with the following lines:
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?
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?