Thread
:
PDF output with Cell as filename
View Single Post
#
2
Vasant Nanavati
Posts: n/a
Perhaps you want:
Range("C6").Select
(I haven't looked at the rest of the macro.)
--
Vasant
"Scott Zierler" <Scott
wrote in message
...
ActiveCell.Select = ("$C$6")<<<ERRORS OUT HERE
Reply With Quote