Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default TextBox on a Form How do I.......?


I have a VBA Form that has a TextBox and I would like to put a copyright
mark in the text at one point, but can't seem to find a way. Is this
possible?

Thanks


--
Casey


------------------------------------------------------------------------
Casey's Profile: http://www.excelforum.com/member.php...fo&userid=4545
View this thread: http://www.excelforum.com/showthread...hreadid=346868

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 65
Default TextBox on a Form How do I.......?

Casey,

I was able to embed the © symbol in a textbox on a form using Alt+0169
(press those number keys on the number pad to the right of your keyboard)

http://HelpExcel.com

"Casey" wrote:


I have a VBA Form that has a TextBox and I would like to put a copyright
mark in the text at one point, but can't seem to find a way. Is this
possible?

Thanks


--
Casey


------------------------------------------------------------------------
Casey's Profile: http://www.excelforum.com/member.php...fo&userid=4545
View this thread: http://www.excelforum.com/showthread...hreadid=346868


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default TextBox on a Form How do I.......?

The code version:

TextBox1.Text = "Casey" & Chr(169) & Year(Date)

To get the corresponding numbers to these symblos, create a character map
worksheet for yourself. In a blank sheet enter formula =CHAR(ROW()) in the
row 1 cells and fill down to row 255. Format each column with different
fonts. Arial, Marlett, Symbol and the Wingdings family are extremely useful
for those things. I think my "charmap.xls" is the file I use most often, and
this is it.

HTH. Best wishes Harald

"Casey" skrev i melding
...

I have a VBA Form that has a TextBox and I would like to put a copyright
mark in the text at one point, but can't seem to find a way. Is this
possible?

Thanks


--
Casey


------------------------------------------------------------------------
Casey's Profile:

http://www.excelforum.com/member.php...fo&userid=4545
View this thread: http://www.excelforum.com/showthread...hreadid=346868



Reply
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
Set Textbox on a Form to Deafault John Calder New Users to Excel 7 July 28th 09 01:39 AM
end down option in a textbox of a form DTGvet Excel Discussion (Misc queries) 1 June 15th 06 02:01 PM
User Form in VB = TextBox Kel Excel Discussion (Misc queries) 1 August 11th 05 12:26 AM
textbox on form Glenn Robertson Excel Programming 1 March 4th 04 11:29 AM
Text to Form Textbox and back Pat[_11_] Excel Programming 5 January 19th 04 04:10 PM


All times are GMT +1. The time now is 05:26 AM.

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

About Us

"It's about Microsoft Excel"