Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim oWB As Workbook
On Error Resume Next Set oWB = Workbooks("myBook.xls") On Error Goto 0 If Not oWB Is Nothing Then Msgbox oWB.Name & " is loaded" End If -- HTH RP (remove nothere from the email address if mailing direct) "David Godinger" wrote in message ... How do I make VBA ask if a certain Excel file is already loaded (meaning already in RAM)? Thanks, Dave Please delete "ANTI-SPAM" from email address: |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
test | Excel Worksheet Functions | |||
Can you help test our Excel test? | Excel Discussion (Misc queries) | |||
Calculate mean of test scores from rows of test answers | Excel Discussion (Misc queries) | |||
test..where are my messages..test | New Users to Excel | |||
test | Excel Programming |