Thread
:
Find string and format 54 columns to right
View Single Post
#
3
Posted to microsoft.public.excel.programming
OJ[_2_]
external usenet poster
Posts: 111
Find string and format 54 columns to right
Hi,
does this work?
change:
If oCell = "*Total*" Then
to:
If oCell like "*Total*" Then
?
OJ
Reply With Quote
OJ[_2_]
View Public Profile
Find all posts by OJ[_2_]