Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default in excel 2003 we could add a new toolbar .how to do it excel 2007

In excel 2003 we could go to customise and a new tool bar . How do we do it
in excel 2007.


in excel 2003 we could go to options and fix the no of decimals . How do we
do it in excel 2007?

please give step by step instruction
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jo Jo is offline
external usenet poster
 
Posts: 113
Default in excel 2003 we could add a new toolbar .how to do it excel 2007

Hi
I am on XP but I should imagine the following will work:
highlight all the cells you wish to change the decimal place settings for.
click on the 'format' drop down menu
chose the 'cells' option from the drop down list
click on the 'number' tab at the top of the window that appears
in the 'category' box in the left of the window chose 'number.
in the left of the window you will see that you can change the decimal
places you need.
Hope this helps.

"vinay kumra" wrote:

In excel 2003 we could go to customise and a new tool bar . How do we do it
in excel 2007.


in excel 2003 we could go to options and fix the no of decimals . How do we
do it in excel 2007?

please give step by step instruction

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default in excel 2003 we could add a new toolbar .how to do it excel 2007

Microsoft has decided that some of its users are not savvy enough to handle
custom toolbars, therefore nobody gets them anymore. However, there is this
shadow of a toolbar called the QAT (Quick Access Toolbar) which you can add
controls to. Right click on a control and choose Add To Quick Access
Toolbar.

If you're not scared to learn some XML coding, you can create a new custom
tab for your ribbon. See Ron de Bruin's site:
http://www.rondebruin.nl/ribbon.htm

For the decimal places, click on the big ugly round Office button in the top
left, click on Excel Options, click on Advanced, under Editing Options,
click in the Automatically Insert a Decimal Point box, and enter the number
of digits you want.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"vinay kumra" <vinay wrote in message
...
In excel 2003 we could go to customise and a new tool bar . How do we do
it
in excel 2007.


in excel 2003 we could go to options and fix the no of decimals . How do
we
do it in excel 2007?

please give step by step instruction



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default in excel 2003 we could add a new toolbar .how to do it excel 2007

For the OP

See also this example for a menu in the QAT for macro's you want to
use in all your workbooks
http://www.rondebruin.nl/qat.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Jon Peltier" wrote in message ...
Microsoft has decided that some of its users are not savvy enough to handle
custom toolbars, therefore nobody gets them anymore. However, there is this
shadow of a toolbar called the QAT (Quick Access Toolbar) which you can add
controls to. Right click on a control and choose Add To Quick Access
Toolbar.

If you're not scared to learn some XML coding, you can create a new custom
tab for your ribbon. See Ron de Bruin's site:
http://www.rondebruin.nl/ribbon.htm

For the decimal places, click on the big ugly round Office button in the top
left, click on Excel Options, click on Advanced, under Editing Options,
click in the Automatically Insert a Decimal Point box, and enter the number
of digits you want.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"vinay kumra" <vinay wrote in message
...
In excel 2003 we could go to customise and a new tool bar . How do we do
it
in excel 2007.


in excel 2003 we could go to options and fix the no of decimals . How do
we
do it in excel 2007?

please give step by step instruction



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default in excel 2003 we could add a new toolbar .how to do it excel 2

I am trying to write a macro in which I could change the decimal setting to
any no in excel 2003 by doing the following steps

tools options Fixed Decimal . I used to change the no of decimal places
and macro use to change accordingly for the no of places.

I would like to know how to do this is excel 2007.



"Jon Peltier" wrote:

Microsoft has decided that some of its users are not savvy enough to handle
custom toolbars, therefore nobody gets them anymore. However, there is this
shadow of a toolbar called the QAT (Quick Access Toolbar) which you can add
controls to. Right click on a control and choose Add To Quick Access
Toolbar.

If you're not scared to learn some XML coding, you can create a new custom
tab for your ribbon. See Ron de Bruin's site:
http://www.rondebruin.nl/ribbon.htm

For the decimal places, click on the big ugly round Office button in the top
left, click on Excel Options, click on Advanced, under Editing Options,
click in the Automatically Insert a Decimal Point box, and enter the number
of digits you want.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"vinay kumra" <vinay wrote in message
...
In excel 2003 we could go to customise and a new tool bar . How do we do
it
in excel 2007.


in excel 2003 we could go to options and fix the no of decimals . How do
we
do it in excel 2007?

please give step by step instruction






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default in excel 2003 we could add a new toolbar .how to do it excel 2

I am trying to write a macro in which I could change the decimal setting to
any no in excel 2003 by doing the following steps

tools options Fixed Decimal . I used to change the no of decimal places
and macro use to change accordingly for the no of places.

I would like to know how to do this is excel 2007.

"Ron de Bruin" wrote:

For the OP

See also this example for a menu in the QAT for macro's you want to
use in all your workbooks
http://www.rondebruin.nl/qat.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Jon Peltier" wrote in message ...
Microsoft has decided that some of its users are not savvy enough to handle
custom toolbars, therefore nobody gets them anymore. However, there is this
shadow of a toolbar called the QAT (Quick Access Toolbar) which you can add
controls to. Right click on a control and choose Add To Quick Access
Toolbar.

If you're not scared to learn some XML coding, you can create a new custom
tab for your ribbon. See Ron de Bruin's site:
http://www.rondebruin.nl/ribbon.htm

For the decimal places, click on the big ugly round Office button in the top
left, click on Excel Options, click on Advanced, under Editing Options,
click in the Automatically Insert a Decimal Point box, and enter the number
of digits you want.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"vinay kumra" <vinay wrote in message
...
In excel 2003 we could go to customise and a new tool bar . How do we do
it
in excel 2007.


in excel 2003 we could go to options and fix the no of decimals . How do
we
do it in excel 2007?

please give step by step instruction




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default in excel 2003 we could add a new toolbar .how to do it excel 2

I am trying to write a macro in which I could change the decimal setting to
any no in excel 2003 by doing the following steps

tools options Fixed Decimal . I used to change the no of decimal places
and macro use to change accordingly for the no of places.

I would like to know how to do this is excel 2007.

"jo" wrote:

Hi
I am on XP but I should imagine the following will work:
highlight all the cells you wish to change the decimal place settings for.
click on the 'format' drop down menu
chose the 'cells' option from the drop down list
click on the 'number' tab at the top of the window that appears
in the 'category' box in the left of the window chose 'number.
in the left of the window you will see that you can change the decimal
places you need.
Hope this helps.

"vinay kumra" wrote:

In excel 2003 we could go to customise and a new tool bar . How do we do it
in excel 2007.


in excel 2003 we could go to options and fix the no of decimals . How do we
do it in excel 2007?

please give step by step instruction

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default in excel 2003 we could add a new toolbar .how to do it excel 2

I am trying to write a macro in which I could change the decimal setting to
any no in excel 2003 by doing the following steps

tools options Fixed Decimal . I used to change the no of decimal places
and macro use to change accordingly for the no of places.

I would like to know how to do this is excel 2007.

"Ron de Bruin" wrote:

For the OP

See also this example for a menu in the QAT for macro's you want to
use in all your workbooks
http://www.rondebruin.nl/qat.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Jon Peltier" wrote in message ...
Microsoft has decided that some of its users are not savvy enough to handle
custom toolbars, therefore nobody gets them anymore. However, there is this
shadow of a toolbar called the QAT (Quick Access Toolbar) which you can add
controls to. Right click on a control and choose Add To Quick Access
Toolbar.

If you're not scared to learn some XML coding, you can create a new custom
tab for your ribbon. See Ron de Bruin's site:
http://www.rondebruin.nl/ribbon.htm

For the decimal places, click on the big ugly round Office button in the top
left, click on Excel Options, click on Advanced, under Editing Options,
click in the Automatically Insert a Decimal Point box, and enter the number
of digits you want.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"vinay kumra" <vinay wrote in message
...
In excel 2003 we could go to customise and a new tool bar . How do we do
it
in excel 2007.


in excel 2003 we could go to options and fix the no of decimals . How do
we
do it in excel 2007?

please give step by step instruction




  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default in excel 2003 we could add a new toolbar .how to do it excel 2

Instead of reposting the question multiple times as a follow up to each
response you receive, read one or two of the responses.

You want this:
tools options Fixed Decimal


I gave you this:
For the decimal places, click on the big ugly round Office button in the
top
left, click on Excel Options, click on Advanced, under Editing Options,
click in the Automatically Insert a Decimal Point box, and enter the
number
of digits you want.


- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"vinay kumra" wrote in message
...
I am trying to write a macro in which I could change the decimal setting to
any no in excel 2003 by doing the following steps

tools options Fixed Decimal . I used to change the no of decimal
places
and macro use to change accordingly for the no of places.

I would like to know how to do this is excel 2007.



"Jon Peltier" wrote:

Microsoft has decided that some of its users are not savvy enough to
handle
custom toolbars, therefore nobody gets them anymore. However, there is
this
shadow of a toolbar called the QAT (Quick Access Toolbar) which you can
add
controls to. Right click on a control and choose Add To Quick Access
Toolbar.

If you're not scared to learn some XML coding, you can create a new
custom
tab for your ribbon. See Ron de Bruin's site:
http://www.rondebruin.nl/ribbon.htm

For the decimal places, click on the big ugly round Office button in the
top
left, click on Excel Options, click on Advanced, under Editing Options,
click in the Automatically Insert a Decimal Point box, and enter the
number
of digits you want.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"vinay kumra" <vinay wrote in message
...
In excel 2003 we could go to customise and a new tool bar . How do we
do
it
in excel 2007.


in excel 2003 we could go to options and fix the no of decimals . How
do
we
do it in excel 2007?

please give step by step instruction






  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default in excel 2003 we could add a new toolbar .how to do it excel 2

You generally do not change the number of DP by setting "Fixed Decimal" unless
you want to enter 1234 and have it return 12.34 or 1.234 etc.

DP settings are found at FormatCellsNumberNumber.........DP

But you may know what you are asking for.

See Ron de Bruin's site for where to find 2007 commands.

http://www.rondebruin.nl/0307commands.htm


Gord Dibben MS Excel MVP

On Sat, 19 Apr 2008 22:57:00 -0700, vinay kumra
wrote:

I am trying to write a macro in which I could change the decimal setting to
any no in excel 2003 by doing the following steps

tools options Fixed Decimal . I used to change the no of decimal places
and macro use to change accordingly for the no of places.

I would like to know how to do this is excel 2007.



"Jon Peltier" wrote:

Microsoft has decided that some of its users are not savvy enough to handle
custom toolbars, therefore nobody gets them anymore. However, there is this
shadow of a toolbar called the QAT (Quick Access Toolbar) which you can add
controls to. Right click on a control and choose Add To Quick Access
Toolbar.

If you're not scared to learn some XML coding, you can create a new custom
tab for your ribbon. See Ron de Bruin's site:
http://www.rondebruin.nl/ribbon.htm

For the decimal places, click on the big ugly round Office button in the top
left, click on Excel Options, click on Advanced, under Editing Options,
click in the Automatically Insert a Decimal Point box, and enter the number
of digits you want.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"vinay kumra" <vinay wrote in message
...
In excel 2003 we could go to customise and a new tool bar . How do we do
it
in excel 2007.


in excel 2003 we could go to options and fix the no of decimals . How do
we
do it in excel 2007?

please give step by step instruction







  #11   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default in excel 2003 we could add a new toolbar .how to do it excel 2

Addition........turn on the macro recorder whilst changing the setting.


Gord

On Sun, 20 Apr 2008 09:13:24 -0700, Gord Dibben <gorddibbATshawDOTca wrote:

You generally do not change the number of DP by setting "Fixed Decimal" unless
you want to enter 1234 and have it return 12.34 or 1.234 etc.

DP settings are found at FormatCellsNumberNumber.........DP

But you may know what you are asking for.

See Ron de Bruin's site for where to find 2007 commands.

http://www.rondebruin.nl/0307commands.htm


Gord Dibben MS Excel MVP

On Sat, 19 Apr 2008 22:57:00 -0700, vinay kumra
wrote:

I am trying to write a macro in which I could change the decimal setting to
any no in excel 2003 by doing the following steps

tools options Fixed Decimal . I used to change the no of decimal places
and macro use to change accordingly for the no of places.

I would like to know how to do this is excel 2007.



"Jon Peltier" wrote:

Microsoft has decided that some of its users are not savvy enough to handle
custom toolbars, therefore nobody gets them anymore. However, there is this
shadow of a toolbar called the QAT (Quick Access Toolbar) which you can add
controls to. Right click on a control and choose Add To Quick Access
Toolbar.

If you're not scared to learn some XML coding, you can create a new custom
tab for your ribbon. See Ron de Bruin's site:
http://www.rondebruin.nl/ribbon.htm

For the decimal places, click on the big ugly round Office button in the top
left, click on Excel Options, click on Advanced, under Editing Options,
click in the Automatically Insert a Decimal Point box, and enter the number
of digits you want.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"vinay kumra" <vinay wrote in message
...
In excel 2003 we could go to customise and a new tool bar . How do we do
it
in excel 2007.


in excel 2003 we could go to options and fix the no of decimals . How do
we
do it in excel 2007?

please give step by step instruction




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 set up a custom toolbar in Excel 2007? est_da Excel Discussion (Misc queries) 5 May 11th 08 09:47 PM
How do I get 2003 Macros and Toolbar Buttons form Excel 2003 to 20 Scott Sornberger New Users to Excel 2 March 19th 08 11:42 AM
Excel 2007 Toolbar Mary Fetsch Excel Discussion (Misc queries) 3 November 1st 07 04:04 PM
Excel 2007 Toolbar File Mary Fetsch Excel Discussion (Misc queries) 3 October 30th 07 03:07 PM
Web toolbar in Excel 2007 beta skat Excel Worksheet Functions 0 June 13th 06 02:54 PM


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