S
smandula
I have VBA code calling a second Workbook
Private Sub Workbook_Open()
Workbooks.Open ("C:\Documents and Settings\Owner\My Documents
\MicroXSLX.xlsm")
End Sub
However, I can not visually separate the two workbooks, as they
overlap each other.
The two workbook icons are both visible in the Task bar.
I would like to see both workbooks separately.
With Thanks
Private Sub Workbook_Open()
Workbooks.Open ("C:\Documents and Settings\Owner\My Documents
\MicroXSLX.xlsm")
End Sub
However, I can not visually separate the two workbooks, as they
overlap each other.
The two workbook icons are both visible in the Task bar.
I would like to see both workbooks separately.
With Thanks