Thread
:
retrieving cell value from a query linked workbook
View Single Post
#
2
Posted to microsoft.public.excel.programming
Greg Glynn
external usenet poster
Posts: 137
retrieving cell value from a query linked workbook
It should be:
Range("MyLocalRange").Value =
Workbooks("MyRemoteWorkbookName").Range("RemoteRan ge").Value
Reply With Quote
Greg Glynn
View Public Profile
Find all posts by Greg Glynn