Thread
:
userinterfaceonly=True fails with this code!
View Single Post
#
2
Posted to microsoft.public.excel.programming
michael.beckinsale
external usenet poster
Posts: 274
userinterfaceonly=True fails with this code!
Hi All,
Problem solved, but not sure l understand why:
Dim SourceSheet As Worksheet
but
Set SourceSheet = Sheets("MySheet")
should be
Set SourceSheet = Worksheets("MySheet")
Regards
Michael
Reply With Quote
michael.beckinsale
View Public Profile
Find all posts by michael.beckinsale