Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,069
Default finding charcters for UDF

I have this line in my UDF which worked in excel 2003 and I seem to be having
trouble in excel 2007...

If eigth = 3 Then
TYfrac = root & "-" & fracint & "" & ChrW(&H215C)
End If

Can ChrW be referenced the same way???
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 256
Default finding charcters for UDF

I'm getting 3/8, in Excel 2007, using this procedu

Public Sub test()
ActiveCell.Value = ChrW(&H215C)
End Sub

On Jan 22, 8:54*pm, John wrote:
I have this line in my UDF which worked in excel 2003 and I seem to be having
trouble in excel 2007...

If eigth = 3 Then
* * * * TYfrac = root & "-" & fracint & "" & ChrW(&H215C)
* * * * End If

Can ChrW be referenced the same way???


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
Finding the top 10 Bertha needs help[_2_] Excel Discussion (Misc queries) 13 August 5th 08 04:41 PM
What are the Charcters "{}" used for Kevin from Belleview Florida Excel Discussion (Misc queries) 5 October 3rd 07 10:44 PM
Selecting 10 charcters on one cell and pasting to another cell [email protected] Excel Programming 10 February 26th 07 07:56 PM
percentage return on charcters not numbers kent Excel Worksheet Functions 1 October 3rd 06 01:35 PM
Trim special charcters from start of string John Michl Excel Programming 5 July 24th 06 10:40 PM


All times are GMT +1. The time now is 10:04 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"