ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   problem with coding (https://www.excelbanter.com/excel-programming/341101-problem-coding.html)

Subs

problem with coding
 
Hi all

Please, can anybody let me know how to fix my problem.
I have a userform which has two textboxes where a user fills in the
startdate and an enddate.
The userform also has a listbox which is populated & loaded in a procedure.
Another procedure will process the dates, and selection from the Listbox.
and print it out.
However I would like to give the user the option of changing the dates by
using a command button that would use the AddDate method.
I am not sure where to place the code for this button as after the
UserForm_Intialize event has fired the user will not be able to change
these dates using the command buttons.

Any help would be greatly appreciated.

Kind Regards

Subs




Tom Ogilvy

problem with coding
 
Why wouldn't they be able to change these dates with commandbuttons?

--
Regards,
Tom Ogilvy

"Subs" wrote in message
...
Hi all

Please, can anybody let me know how to fix my problem.
I have a userform which has two textboxes where a user fills in the
startdate and an enddate.
The userform also has a listbox which is populated & loaded in a

procedure.
Another procedure will process the dates, and selection from the Listbox.
and print it out.
However I would like to give the user the option of changing the dates by
using a command button that would use the AddDate method.
I am not sure where to place the code for this button as after the
UserForm_Intialize event has fired the user will not be able to change
these dates using the command buttons.

Any help would be greatly appreciated.

Kind Regards

Subs






Subs

problem with coding
 
Hi Tom

I think because when the program is running and the userform has loaded,
the program doesn't respond the click event associated with these buttons.

Regards
Subs

"Tom Ogilvy" wrote in message
...
Why wouldn't they be able to change these dates with commandbuttons?

--
Regards,
Tom Ogilvy

"Subs" wrote in message
...
Hi all

Please, can anybody let me know how to fix my problem.
I have a userform which has two textboxes where a user fills in the
startdate and an enddate.
The userform also has a listbox which is populated & loaded in a

procedure.
Another procedure will process the dates, and selection from the Listbox.
and print it out.
However I would like to give the user the option of changing the dates by
using a command button that would use the AddDate method.
I am not sure where to place the code for this button as after the
UserForm_Intialize event has fired the user will not be able to change
these dates using the command buttons.

Any help would be greatly appreciated.

Kind Regards

Subs








Tom Ogilvy

problem with coding
 
If the commandbuttons are on the useform, they should.

If they are on the worksheet, then you would need to make the userform
non-modal (modeless)


--
Regards,
Tom Ogilvy

"Subs" wrote in message
...
Hi Tom

I think because when the program is running and the userform has loaded,
the program doesn't respond the click event associated with these buttons.

Regards
Subs

"Tom Ogilvy" wrote in message
...
Why wouldn't they be able to change these dates with commandbuttons?

--
Regards,
Tom Ogilvy

"Subs" wrote in message
...
Hi all

Please, can anybody let me know how to fix my problem.
I have a userform which has two textboxes where a user fills in the
startdate and an enddate.
The userform also has a listbox which is populated & loaded in a

procedure.
Another procedure will process the dates, and selection from the

Listbox.
and print it out.
However I would like to give the user the option of changing the dates

by
using a command button that would use the AddDate method.
I am not sure where to place the code for this button as after the
UserForm_Intialize event has fired the user will not be able to change
these dates using the command buttons.

Any help would be greatly appreciated.

Kind Regards

Subs










Subs

problem with coding
 
There on the userform, not on the worksheet,and their code is in the useform
code module. Should they be in a seperate standard module?

Regards
Subs

"Tom Ogilvy" wrote in message
...
If the commandbuttons are on the useform, they should.

If they are on the worksheet, then you would need to make the userform
non-modal (modeless)


--
Regards,
Tom Ogilvy

"Subs" wrote in message
...
Hi Tom

I think because when the program is running and the userform has loaded,
the program doesn't respond the click event associated with these
buttons.

Regards
Subs

"Tom Ogilvy" wrote in message
...
Why wouldn't they be able to change these dates with commandbuttons?

--
Regards,
Tom Ogilvy

"Subs" wrote in message
...
Hi all

Please, can anybody let me know how to fix my problem.
I have a userform which has two textboxes where a user fills in the
startdate and an enddate.
The userform also has a listbox which is populated & loaded in a
procedure.
Another procedure will process the dates, and selection from the

Listbox.
and print it out.
However I would like to give the user the option of changing the dates

by
using a command button that would use the AddDate method.
I am not sure where to place the code for this button as after the
UserForm_Intialize event has fired the user will not be able to
change
these dates using the command buttons.

Any help would be greatly appreciated.

Kind Regards

Subs












Tom Ogilvy

problem with coding
 
No. If you used the click event of the commandbutton (selected from the
dropdowns in the userform code module), then if you click the button, the
code should run. That is why controls have events - so the code will run
when the event is triggered.

--
Regards,
Tom Ogilvy


"Subs" wrote in message
...
There on the userform, not on the worksheet,and their code is in the

useform
code module. Should they be in a seperate standard module?

Regards
Subs

"Tom Ogilvy" wrote in message
...
If the commandbuttons are on the useform, they should.

If they are on the worksheet, then you would need to make the userform
non-modal (modeless)


--
Regards,
Tom Ogilvy

"Subs" wrote in message
...
Hi Tom

I think because when the program is running and the userform has

loaded,
the program doesn't respond the click event associated with these
buttons.

Regards
Subs

"Tom Ogilvy" wrote in message
...
Why wouldn't they be able to change these dates with commandbuttons?

--
Regards,
Tom Ogilvy

"Subs" wrote in message
...
Hi all

Please, can anybody let me know how to fix my problem.
I have a userform which has two textboxes where a user fills in the
startdate and an enddate.
The userform also has a listbox which is populated & loaded in a
procedure.
Another procedure will process the dates, and selection from the

Listbox.
and print it out.
However I would like to give the user the option of changing the

dates
by
using a command button that would use the AddDate method.
I am not sure where to place the code for this button as after the
UserForm_Intialize event has fired the user will not be able to
change
these dates using the command buttons.

Any help would be greatly appreciated.

Kind Regards

Subs















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

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