View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Henry[_8_] Henry[_8_] is offline
external usenet poster
 
Posts: 11
Default Listbox data display problem

Wow- fast again!

This looks interesting. I'll have to give it a shot tomorrow morning.
Can you tell me why the string should be formatted like this? I never
would have come up with this. It sure doesn't look intuitive, and I
haven't found any reference that even hints at this. Thanks!


Henry



Bob Phillips wrote:
Try changing this line

sTest = "C2:" & strLastRow

to

sTest = "'" & Sheets(3).Name & "'!C2:" & strLastRow