Thread: Textbox Problem
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Textbox Problem

With Me.TextBox1
.SpecialEffect = fmSpecialEffectSunken
End With


--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"toocold" wrote in
message ...

Good afternoon everyone,

Quick question. I have a userform that has several textboxes. When I
am in Visual Basic and using the properties window, I can change the
SpecialEffect property. i.e. sunken, flat, etc.

What I am wondering is can I change this property using VBA for the
textbox?

Any ideas are appreciated.
Thanks,
dw


--
toocold
------------------------------------------------------------------------
toocold's Profile:

http://www.excelforum.com/member.php...o&userid=31608
View this thread: http://www.excelforum.com/showthread...hreadid=532998