Thread
:
Bit of a VBA problem.
View Single Post
#
3
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 789
Bit of a VBA problem.
Hi
rngA is column 1 so cell.offset(0,-2) is an error. Do you mean
rng.offset(0,-2), so that the 5000 is in workbookB?
regards
Paul
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]