LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default TextBox6.Text = Application.??????????(TextBox6.Text)

with textbox6
.text = ucase(.text)
end with

VBA doesn't have a Proper function, so lots of people use:
application.proper(). But lcase() and ucase() both exist.

And you may want to look at strconv(), too.

It's another way to do string conversions.

Jim at Eagle wrote:

I need to properly display the state code in upper case.
Any suggestions?
--
Jim at Eagle


--

Dave Peterson
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
application exports number to excels text....can't format [email protected] Excel Discussion (Misc queries) 3 February 1st 06 01:12 PM
application exports number to excels text....can't format [email protected] Excel Discussion (Misc queries) 1 January 30th 06 09:05 PM
copying cell text to non-Microsoft application John C[_5_] Excel Programming 4 December 1st 03 10:09 PM
Application or Object Defined Error when trying to change a Range's text Wes Lee Excel Programming 2 September 19th 03 06:39 PM
Link Excel range to PowerPoint Application text box marina[_2_] Excel Programming 0 July 10th 03 08:23 PM


All times are GMT +1. The time now is 08:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"