Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default UPPER case in a macro

Hello there
I need to UPPER CASE the result (CurrencyCode) at the end my macro. Any
idea how please?
Daniel

Sub Get_Code_for_Conversion()

Dim Currency1 As Variant
Dim Currency2 As Variant
Dim CurrencyCode As Variant

For i = 2 To Last_Row(Sheets("Stocks").Columns("A:A")) + 1
Currency1 = Sheets("Characteristics").Range("G" & i)
Currency2 = Sheets("Characteristics").Range("H" & i)
If Sheets("Characteristics").Range("G" & i) <
Sheets("Characteristics").Range("H" & i) Then CurrencyCode = Currency1
& Currency2 Else CurrencyCode = ""
Sheets("Characteristics").Range("N" & i) = CurrencyCode


CurrencyCode will come as GbpEur for instance and I need it to be
outputed as GBPEUR
I am thus looking to the equivalent of UPPER function in the worksheet
but did not find it
Help welcome!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default UPPER case in a macro

Excellent thats perfect!
many thanks
Daniel

John Bundy remove wrote:
Ucase(yourstring) is how you do it programatically
--
-John Northwest11
Please rate when your question is answered to help us and others know what
is helpful.


" wrote:

Hello there
I need to UPPER CASE the result (CurrencyCode) at the end my macro. Any
idea how please?
Daniel

Sub Get_Code_for_Conversion()

Dim Currency1 As Variant
Dim Currency2 As Variant
Dim CurrencyCode As Variant

For i = 2 To Last_Row(Sheets("Stocks").Columns("A:A")) + 1
Currency1 = Sheets("Characteristics").Range("G" & i)
Currency2 = Sheets("Characteristics").Range("H" & i)
If Sheets("Characteristics").Range("G" & i) <
Sheets("Characteristics").Range("H" & i) Then CurrencyCode = Currency1
& Currency2 Else CurrencyCode = ""
Sheets("Characteristics").Range("N" & i) = CurrencyCode


CurrencyCode will come as GbpEur for instance and I need it to be
outputed as GBPEUR
I am thus looking to the equivalent of UPPER function in the worksheet
but did not find it
Help welcome!



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
convert lower to upper case automatically without using UPPER Sal Excel Discussion (Misc queries) 6 July 26th 09 11:27 AM
Changing upper case characters to upper/lower Richard Zignego Excel Discussion (Misc queries) 1 December 17th 07 10:09 PM
Changing file in all upper case to upper and lower case Sagit Excel Discussion (Misc queries) 15 May 30th 07 06:08 AM
How do I convert all upper case excel sheet into upper and lower . DebDay Excel Discussion (Misc queries) 1 March 9th 05 08:31 PM
UPPER CASE macro shortcut key anomaly beetle Excel Programming 4 October 25th 04 02:55 AM


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