Thread
:
Viewing posts
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
Viewing posts
has to do with google seach
--
Don Guillett
SalesAid Software
"Charlie" wrote in message
...
I'm having trouble viewing the posts in this forum. Instead of seeing
something like:
For Each rCell In Range("D1:D" & _
Range("D" & Rows.Count).End(xlUp).Row)
...the special characters are being replaced with ampersand codes like
this:
For Each rCell In Range(&-quot;D1:D&-quot; &-amp; _
Range(&-quot;D&-quot; &-amp; Rows.Count).End(xlUp).Row)
(I hope this shows up correctly)
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]