#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Currency


I have a sheet with a button that when you click on it it selects
range of other cells and changes the currency of the number by goin
through the right click option.

because there are two sheets that I need changing at the same time i
flickers and does not look good.

I was wondring if there is a way of changing the Currency from £ to
on two separate sheets with a macro and not causing flickering

-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 66
Default Currency

that flickering is cause when excel refreshes. To turn off this
"flickering" you need to use screenupdating.

sub mymacro
application.screenupdating = false ' this stop excel from refreshing.
your macro here<


application.screenupdating = true ' Make sure you enable it.
end sub

Hope it helps,

Cesar Zapata



"agfraser76" wrote in message
...

I have a sheet with a button that when you click on it it selects a
range of other cells and changes the currency of the number by going
through the right click option.

because there are two sheets that I need changing at the same time it
flickers and does not look good.

I was wondring if there is a way of changing the Currency from £ to ?
on two separate sheets with a macro and not causing flickering.


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Currency


Thanks, Its working Perfectly now!!

-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com

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
currency hmz New Users to Excel 4 January 14th 10 08:19 PM
How to add new currency Symbol in Format/Cell/Currency NOORZAD Excel Discussion (Misc queries) 2 June 22nd 09 07:59 AM
Currency without a $ Tina Excel Discussion (Misc queries) 6 April 14th 09 07:49 PM
how do I sum currency values in a row containing currency and uni. Eusebius Excel Worksheet Functions 2 November 13th 08 01:35 PM
Currency kaxx23 Excel Discussion (Misc queries) 1 April 19th 06 05:36 PM


All times are GMT +1. The time now is 06:36 PM.

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"