Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Excel does not recognize text in a worksheet

I'm trying to use a Macro to change numbers 2 and 3 to superscript. (as in,
g/m2, in3, etc) The macro tells me it can't find the character sequence I've
identified to allow it to recognize what needs to be superscripted.
(everything between tildes) Now when I go back and try to find the tilde
set, or anything using the Find command, nothing happens. (I mean, I click
"Find Next" or "Find All" and nothing happens--this is true no matter what I
search for) I CAN get the worksheet to recognize the information using
search or find formulas--but this doesn't really help me in running my
macro...
anyone have any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Excel does not recognize text in a worksheet

Without seeing your code and sequence and how you are using the tildes, hard to
say.

A tilde is a wildcard character.

To find a tilde use two tildes...............~~

To format superscripts of squared or cubed see this macro.

Sub sq_Meters()
Selection.NumberFormat = "0"" m" & Chr(178) & """"
'0179 for cubic meters
End Sub

You should be able to adapt to suit.


Gord Dibben MS Excel MVP


On Sat, 26 Apr 2008 07:52:00 -0700, Julie D <Julie
wrote:

I'm trying to use a Macro to change numbers 2 and 3 to superscript. (as in,
g/m2, in3, etc) The macro tells me it can't find the character sequence I've
identified to allow it to recognize what needs to be superscripted.
(everything between tildes) Now when I go back and try to find the tilde
set, or anything using the Find command, nothing happens. (I mean, I click
"Find Next" or "Find All" and nothing happens--this is true no matter what I
search for) I CAN get the worksheet to recognize the information using
search or find formulas--but this doesn't really help me in running my
macro...
anyone have any ideas?


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
How do I get excel to recognize text in a drop down box? Nicky Excel Discussion (Misc queries) 0 October 3rd 06 08:17 PM
Formula to recognize text only in a cell Jim May Excel Worksheet Functions 11 March 7th 06 11:40 PM
EXCEL refuses to recognize the text HSI - auto changing it to HIS TeamISD Excel Discussion (Misc queries) 1 January 31st 06 07:37 PM
Forumla to recognize text Woody13 Excel Discussion (Misc queries) 2 January 24th 06 04:17 PM
How to make a cell recognize multiple text strings? Tourcat Excel Worksheet Functions 1 February 8th 05 08:29 PM


All times are GMT +1. The time now is 09:25 AM.

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"