ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   EXCEL 2003 "CAMERA" FUNCTION (https://www.excelbanter.com/excel-worksheet-functions/7472-excel-2003-%22camera%22-function.html)

Steve In Palm Desert

EXCEL 2003 "CAMERA" FUNCTION
 
AM TRYING TO LOCATE THE "CAMERA" ICON TO PLACE IN MY TOOLBAR
OF EXCEL 2003 - BUT CANNOT FIND IT WHEN I USE

TOOLS / CUSTOMIZE/COMMANDS

CAN ANYONE HELP ME ? THANKS


Debra Dalgleish

On the Commands tab, select the Tools category
The Camera tool is about 2/3 of the way down the list.

Steve In Palm Desert wrote:
AM TRYING TO LOCATE THE "CAMERA" ICON TO PLACE IN MY TOOLBAR
OF EXCEL 2003 - BUT CANNOT FIND IT WHEN I USE

TOOLS / CUSTOMIZE/COMMANDS

CAN ANYONE HELP ME ? THANKS



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html


Bob Phillips

or run this little code snippet

Sub test()
Dim ctl

Set ctl =
Application.CommandBars("Standard").Controls.Add(T ype:=msoControlButton,
ID:=280)
End Sub


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Debra Dalgleish" wrote in message
...
On the Commands tab, select the Tools category
The Camera tool is about 2/3 of the way down the list.

Steve In Palm Desert wrote:
AM TRYING TO LOCATE THE "CAMERA" ICON TO PLACE IN MY TOOLBAR
OF EXCEL 2003 - BUT CANNOT FIND IT WHEN I USE

TOOLS / CUSTOMIZE/COMMANDS

CAN ANYONE HELP ME ? THANKS



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html




CLR

That is so cool Bob.............

And, if you would be so kind, where might one find that list of
ControlButton ID's?, please?

Vaya con Dios,
Chuck, CABGx3


"Bob Phillips" wrote in message
...
or run this little code snippet

Sub test()
Dim ctl

Set ctl =
Application.CommandBars("Standard").Controls.Add(T ype:=msoControlButton,
ID:=280)
End Sub


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Debra Dalgleish" wrote in message
...
On the Commands tab, select the Tools category
The Camera tool is about 2/3 of the way down the list.

Steve In Palm Desert wrote:
AM TRYING TO LOCATE THE "CAMERA" ICON TO PLACE IN MY TOOLBAR
OF EXCEL 2003 - BUT CANNOT FIND IT WHEN I USE

TOOLS / CUSTOMIZE/COMMANDS

CAN ANYONE HELP ME ? THANKS



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html






Harald Staff

Hi Chuck

See CBlist at http://www.oaltd.co.uk/MVP/Default.htm

HTH. Best wishes Harald

"CLR" skrev i melding
...
That is so cool Bob.............

And, if you would be so kind, where might one find that list of
ControlButton ID's?, please?




Peo Sjoblom

Here is one

http://support.microsoft.com/default...b;en-us;213552

for excel 2000

I have a more readable list for Excel 2003 in an Excel file, I can email it
to you if you want

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)



"CLR" wrote in message
...
That is so cool Bob.............

And, if you would be so kind, where might one find that list of
ControlButton ID's?, please?

Vaya con Dios,
Chuck, CABGx3


"Bob Phillips" wrote in message
...
or run this little code snippet

Sub test()
Dim ctl

Set ctl =
Application.CommandBars("Standard").Controls.Add(T ype:=msoControlButton,
ID:=280)
End Sub


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Debra Dalgleish" wrote in message
...
On the Commands tab, select the Tools category
The Camera tool is about 2/3 of the way down the list.

Steve In Palm Desert wrote:
AM TRYING TO LOCATE THE "CAMERA" ICON TO PLACE IN MY TOOLBAR
OF EXCEL 2003 - BUT CANNOT FIND IT WHEN I USE

TOOLS / CUSTOMIZE/COMMANDS

CAN ANYONE HELP ME ? THANKS



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html








CLR

Thanks Harald, I appreciate that.

Vaya con Dios,
Chuck, CABGx3


"Harald Staff" wrote in message
...
Hi Chuck

See CBlist at http://www.oaltd.co.uk/MVP/Default.htm

HTH. Best wishes Harald

"CLR" skrev i melding
...
That is so cool Bob.............

And, if you would be so kind, where might one find that list of
ControlButton ID's?, please?






CLR

Thanks Peo, I appreciate that...........and yes, I would very much
appreciate if you would send the Excel file.........



Vaya con Dios,
Chuck, CABGx3


"Peo Sjoblom" wrote in message
...
Here is one

http://support.microsoft.com/default...b;en-us;213552

for excel 2000

I have a more readable list for Excel 2003 in an Excel file, I can email

it
to you if you want

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)



"CLR" wrote in message
...
That is so cool Bob.............

And, if you would be so kind, where might one find that list of
ControlButton ID's?, please?

Vaya con Dios,
Chuck, CABGx3


"Bob Phillips" wrote in message
...
or run this little code snippet

Sub test()
Dim ctl

Set ctl =

Application.CommandBars("Standard").Controls.Add(T ype:=msoControlButton,
ID:=280)
End Sub


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Debra Dalgleish" wrote in message
...
On the Commands tab, select the Tools category
The Camera tool is about 2/3 of the way down the list.

Steve In Palm Desert wrote:
AM TRYING TO LOCATE THE "CAMERA" ICON TO PLACE IN MY TOOLBAR
OF EXCEL 2003 - BUT CANNOT FIND IT WHEN I USE

TOOLS / CUSTOMIZE/COMMANDS

CAN ANYONE HELP ME ? THANKS



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html










Peo Sjoblom

On its way

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)



"CLR" wrote in message
...
Thanks Peo, I appreciate that...........and yes, I would very much
appreciate if you would send the Excel file.........



Vaya con Dios,
Chuck, CABGx3


"Peo Sjoblom" wrote in message
...
Here is one

http://support.microsoft.com/default...b;en-us;213552

for excel 2000

I have a more readable list for Excel 2003 in an Excel file, I can email

it
to you if you want

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)



"CLR" wrote in message
...
That is so cool Bob.............

And, if you would be so kind, where might one find that list of
ControlButton ID's?, please?

Vaya con Dios,
Chuck, CABGx3


"Bob Phillips" wrote in message
...
or run this little code snippet

Sub test()
Dim ctl

Set ctl =

Application.CommandBars("Standard").Controls.Add(T ype:=msoControlButton,
ID:=280)
End Sub


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Debra Dalgleish" wrote in message
...
On the Commands tab, select the Tools category
The Camera tool is about 2/3 of the way down the list.

Steve In Palm Desert wrote:
AM TRYING TO LOCATE THE "CAMERA" ICON TO PLACE IN MY TOOLBAR
OF EXCEL 2003 - BUT CANNOT FIND IT WHEN I USE

TOOLS / CUSTOMIZE/COMMANDS

CAN ANYONE HELP ME ? THANKS



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html












CLR

I got it Peo, thanks a million........

Vaya con Dios,
Chuck, CABGx3



"Peo Sjoblom" wrote in message
...
On its way

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)



"CLR" wrote in message
...
Thanks Peo, I appreciate that...........and yes, I would very much
appreciate if you would send the Excel file.........



Vaya con Dios,
Chuck, CABGx3


"Peo Sjoblom" wrote in message
...
Here is one

http://support.microsoft.com/default...b;en-us;213552

for excel 2000

I have a more readable list for Excel 2003 in an Excel file, I can

email
it
to you if you want

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)



"CLR" wrote in message
...
That is so cool Bob.............

And, if you would be so kind, where might one find that list of
ControlButton ID's?, please?

Vaya con Dios,
Chuck, CABGx3


"Bob Phillips" wrote in message
...
or run this little code snippet

Sub test()
Dim ctl

Set ctl =

Application.CommandBars("Standard").Controls.Add(T ype:=msoControlButton,
ID:=280)
End Sub


--

HTH

RP
(remove nothere from the email address if mailing direct)


"Debra Dalgleish" wrote in message
...
On the Commands tab, select the Tools category
The Camera tool is about 2/3 of the way down the list.

Steve In Palm Desert wrote:
AM TRYING TO LOCATE THE "CAMERA" ICON TO PLACE IN MY TOOLBAR
OF EXCEL 2003 - BUT CANNOT FIND IT WHEN I USE

TOOLS / CUSTOMIZE/COMMANDS

CAN ANYONE HELP ME ? THANKS



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html















All times are GMT +1. The time now is 06:51 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com