I am looking for a code that enables me to open another excel spread sheet while i am in my XL form i have this code - Workbooks.Open Filename:= "OtherFilename. xls" - which opens up the XL spread sheet that i need however my form sits ontop of the xl spread sheet and i am unable to do anything to the spread sheet in the back ground.
I need a code which will bring up the other spread sheet and allow me to use it without closing my form?????
I need a code which will bring up the other spread sheet and allow me to use it without closing my form?????
Comment