excel macro problem

T

Tomer

Hello,

i'm writing macro in excel (VBA programming), and i have a strange problem:
when my macro is running, i can not open another excel workbooks....

since my macro is for managing stock, i really need the possibility to open
excel files in background.

any ideas?

Thanks, Tomer
 
N

Nigel

It is not strange that is what you would expect. Open another instance of
Excel if your system resources allows and use that
 
T

Tomer

Hello again,

what do you mean by "open another instance of excel?"...
what exactly should i do?
non of the regular manners of opening an excel file works..

Thanks, Tomer
 
B

broro183

hi Tomer,
One instance of excel is an open copy of the excel application which may
contain multiple open workbooks. To open a second instance open the
application again directly (rather than opening a file) this can be done by
(well, on my computer anyway):
Start Menu - Run - "Excel.exe" [enter]
or
Start Menu - All Programmes - MS Office - MS Excel


hth
Rob
__________________
Rob Brockett
NZ
Always learning & the best way to learn is to experience...
 
T

Tomer

Thanks....it works

Tomer

broro183 said:
hi Tomer,
One instance of excel is an open copy of the excel application which may
contain multiple open workbooks. To open a second instance open the
application again directly (rather than opening a file) this can be done by
(well, on my computer anyway):
Start Menu - Run - "Excel.exe" [enter]
or
Start Menu - All Programmes - MS Office - MS Excel


hth
Rob
__________________
Rob Brockett
NZ
Always learning & the best way to learn is to experience...


Tomer said:
Hello again,

what do you mean by "open another instance of excel?"...
what exactly should i do?
non of the regular manners of opening an excel file works..

Thanks, Tomer
 
B

broro183

Pleased I could help, thanks for the feedback :)

Rob
__________________
Rob Brockett
NZ
Always learning & the best way to learn is to experience...


Tomer said:
Thanks....it works

Tomer

broro183 said:
hi Tomer,
One instance of excel is an open copy of the excel application which may
contain multiple open workbooks. To open a second instance open the
application again directly (rather than opening a file) this can be done by
(well, on my computer anyway):
Start Menu - Run - "Excel.exe" [enter]
or
Start Menu - All Programmes - MS Office - MS Excel


hth
Rob
__________________
Rob Brockett
NZ
Always learning & the best way to learn is to experience...


Tomer said:
Hello again,

what do you mean by "open another instance of excel?"...
what exactly should i do?
non of the regular manners of opening an excel file works..

Thanks, Tomer

:

It is not strange that is what you would expect. Open another instance of
Excel if your system resources allows and use that

--

Regards,
Nigel
(e-mail address removed)



Hello,

i'm writing macro in excel (VBA programming), and i have a strange
problem:
when my macro is running, i can not open another excel workbooks....

since my macro is for managing stock, i really need the possibility to
open
excel files in background.

any ideas?

Thanks, Tomer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top