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
Default Macro VBA, Drop down IF statement


Sub change_test ()

if range("C4").value = "1" then
range("E4").numberformat = "0.00%"
if range("C4").value = "2" then
range("E4").numberformat = "$0.00"
end if
end if

end sub

that should work..

--
dok11
-----------------------------------------------------------------------
dok112's Profile: http://www.excelforum.com/member.php...fo&userid=1058
View this thread: http://www.excelforum.com/showthread.php?threadid=48102

 
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
Conditional Statement using a Drop down box Meeffas Excel Worksheet Functions 5 May 14th 07 12:31 PM
If statement and Drop-Down Daniel Excel Discussion (Misc queries) 2 April 27th 07 03:58 PM
Need to use if statement with drop down lists has this been done KAMKAM Excel Worksheet Functions 2 March 30th 06 04:26 PM
Macro VBA, Drop down IF statement Matt_2K Excel Programming 0 November 2nd 05 09:03 PM
If statement with a drop down list heater Excel Discussion (Misc queries) 1 September 1st 05 10:26 PM


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