ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Command Button (https://www.excelbanter.com/excel-discussion-misc-queries/198524-command-button.html)

EngelseBoer

Command Button
 
This excel is driving me nuts - seems to not have ALL its functions
I have added a Command Button that i want to cause "save as...." when pressed.
However i cant assing ANY command to it.
it remains un-pressable - kinda like just a picture of button..

all "help" info fais to tell me what to do...
Please help

Regards
Malcolm

John C[_2_]

Command Button
 
I am assuming you are in design mode. My question is, is your sheet
protected? If your sheet is protected, and the button you created is
'locked', then even in design mode you will not be able to do anything.

--
John C


"EngelseBoer" wrote:

This excel is driving me nuts - seems to not have ALL its functions
I have added a Command Button that i want to cause "save as...." when pressed.
However i cant assing ANY command to it.
it remains un-pressable - kinda like just a picture of button..

all "help" info fais to tell me what to do...
Please help

Regards
Malcolm


Kevin B

Command Button
 
click VIEW in the menu, select TOOL BARS and the click the CONTROL TOOLBOX to
display the tool bar.

The first button on the toolbar has a triangle/pencil/ruler and this is the
toggle that turns DESIGN MODE on/off.

Click to turn this off and see if things work as planned. If you haven't
added your code, turn design mode back on and right click on the command
button and select VIEW CODE to open the workhsheet VB module.
--
Kevin Backmann


"EngelseBoer" wrote:

This excel is driving me nuts - seems to not have ALL its functions
I have added a Command Button that i want to cause "save as...." when pressed.
However i cant assing ANY command to it.
it remains un-pressable - kinda like just a picture of button..

all "help" info fais to tell me what to do...
Please help

Regards
Malcolm


EngelseBoer

Command Button
 
I have tried on a new balnk sheet too
it is not protected in any way

"John C" wrote:

I am assuming you are in design mode. My question is, is your sheet
protected? If your sheet is protected, and the button you created is
'locked', then even in design mode you will not be able to do anything.

--
John C


"EngelseBoer" wrote:

This excel is driving me nuts - seems to not have ALL its functions
I have added a Command Button that i want to cause "save as...." when pressed.
However i cant assing ANY command to it.
it remains un-pressable - kinda like just a picture of button..

all "help" info fais to tell me what to do...
Please help

Regards
Malcolm


EngelseBoer

Command Button
 
Thanks Kevin-I am soo dumb with these things (but i am trying)
Now.... How can i assign a amcro to select a particular Cell (which contains
a name) - when this button is pressed - so that it will save a copy of that
page under a different name - so that the original remains un-affected.
I need this for a web - input page
naturally i don't want the input page altered, but i want the input stored.

I have created this page using an excel web form.

Regards

"Kevin B" wrote:

click VIEW in the menu, select TOOL BARS and the click the CONTROL TOOLBOX to
display the tool bar.

The first button on the toolbar has a triangle/pencil/ruler and this is the
toggle that turns DESIGN MODE on/off.

Click to turn this off and see if things work as planned. If you haven't
added your code, turn design mode back on and right click on the command
button and select VIEW CODE to open the workhsheet VB module.
--
Kevin Backmann


"EngelseBoer" wrote:

This excel is driving me nuts - seems to not have ALL its functions
I have added a Command Button that i want to cause "save as...." when pressed.
However i cant assing ANY command to it.
it remains un-pressable - kinda like just a picture of button..

all "help" info fais to tell me what to do...
Please help

Regards
Malcolm


Kevin B

Command Button
 
Are you trying to save just a worksheet as a new file? I'm not clear on what
you're trying to do.
--
Kevin Backmann


"EngelseBoer" wrote:

Thanks Kevin-I am soo dumb with these things (but i am trying)
Now.... How can i assign a amcro to select a particular Cell (which contains
a name) - when this button is pressed - so that it will save a copy of that
page under a different name - so that the original remains un-affected.
I need this for a web - input page
naturally i don't want the input page altered, but i want the input stored.

I have created this page using an excel web form.

Regards

"Kevin B" wrote:

click VIEW in the menu, select TOOL BARS and the click the CONTROL TOOLBOX to
display the tool bar.

The first button on the toolbar has a triangle/pencil/ruler and this is the
toggle that turns DESIGN MODE on/off.

Click to turn this off and see if things work as planned. If you haven't
added your code, turn design mode back on and right click on the command
button and select VIEW CODE to open the workhsheet VB module.
--
Kevin Backmann


"EngelseBoer" wrote:

This excel is driving me nuts - seems to not have ALL its functions
I have added a Command Button that i want to cause "save as...." when pressed.
However i cant assing ANY command to it.
it remains un-pressable - kinda like just a picture of button..

all "help" info fais to tell me what to do...
Please help

Regards
Malcolm


EngelseBoer

Command Button
 
yes,
without altering the original
required for a web-based-input form
there must be no opertunity to over-write the original, but automatically
save as the inputted name on the sheet (are save them as consecutive
numbers-never over-writing other forms)



"Kevin B" wrote:

Are you trying to save just a worksheet as a new file? I'm not clear on what
you're trying to do.
--
Kevin Backmann


"EngelseBoer" wrote:

Thanks Kevin-I am soo dumb with these things (but i am trying)
Now.... How can i assign a amcro to select a particular Cell (which contains
a name) - when this button is pressed - so that it will save a copy of that
page under a different name - so that the original remains un-affected.
I need this for a web - input page
naturally i don't want the input page altered, but i want the input stored.

I have created this page using an excel web form.

Regards

"Kevin B" wrote:

click VIEW in the menu, select TOOL BARS and the click the CONTROL TOOLBOX to
display the tool bar.

The first button on the toolbar has a triangle/pencil/ruler and this is the
toggle that turns DESIGN MODE on/off.

Click to turn this off and see if things work as planned. If you haven't
added your code, turn design mode back on and right click on the command
button and select VIEW CODE to open the workhsheet VB module.
--
Kevin Backmann


"EngelseBoer" wrote:

This excel is driving me nuts - seems to not have ALL its functions
I have added a Command Button that i want to cause "save as...." when pressed.
However i cant assing ANY command to it.
it remains un-pressable - kinda like just a picture of button..

all "help" info fais to tell me what to do...
Please help

Regards
Malcolm


EngelseBoer

Command Button
 
someone has assited me with this under a new Rqeury (16 above this one tiled
"save as" macro..

however i still need to assign that macro to the "save" (command button) i
created


"Kevin B" wrote:

Are you trying to save just a worksheet as a new file? I'm not clear on what
you're trying to do.
--
Kevin Backmann


"EngelseBoer" wrote:

Thanks Kevin-I am soo dumb with these things (but i am trying)
Now.... How can i assign a amcro to select a particular Cell (which contains
a name) - when this button is pressed - so that it will save a copy of that
page under a different name - so that the original remains un-affected.
I need this for a web - input page
naturally i don't want the input page altered, but i want the input stored.

I have created this page using an excel web form.

Regards

"Kevin B" wrote:

click VIEW in the menu, select TOOL BARS and the click the CONTROL TOOLBOX to
display the tool bar.

The first button on the toolbar has a triangle/pencil/ruler and this is the
toggle that turns DESIGN MODE on/off.

Click to turn this off and see if things work as planned. If you haven't
added your code, turn design mode back on and right click on the command
button and select VIEW CODE to open the workhsheet VB module.
--
Kevin Backmann


"EngelseBoer" wrote:

This excel is driving me nuts - seems to not have ALL its functions
I have added a Command Button that i want to cause "save as...." when pressed.
However i cant assing ANY command to it.
it remains un-pressable - kinda like just a picture of button..

all "help" info fais to tell me what to do...
Please help

Regards
Malcolm



All times are GMT +1. The time now is 07:42 PM.

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