Thread: ThisWorkbook
View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Lonnie M. Lonnie M. is offline
external usenet poster
 
Posts: 184
Default ThisWorkbook

Ron,
You could also try specifying explicitly which workbook:
Workbooks("YourWorkbookName.xls").Sheets("import") .Range ("m3")
Regards, Lonnie M.