Thread
:
Hard return in textbox for header text
View Single Post
#
2
Posted to microsoft.public.excel.programming
Keith74
external usenet poster
Posts: 120
Hard return in textbox for header text
Quick fix :- lose the chr(10)
better idea :- check what the value being returned from the textbox is
using ?frmPageTitle.txtTitle.Value in the immediate window.
Using .text instead of .value might help
Keith
Reply With Quote
Keith74
View Public Profile
Find all posts by Keith74