$$Excel-Macros$$ Re: print multiple of worksheet via code on commandbutton on form

2011-09-11 Thread pswanie
I changed the code as follows... If CheckBox1.Value = True Then CheckBox1.Value = False Sheet7.Visible = xlSheetVisible Dim i As Integer For i = 1 To TextBox29.Value Sheet7.PrintOut Next End If -- -- Some import

$$Excel-Macros$$ Re: print multiple of worksheet via code on commandbutton on form

2011-09-11 Thread pswanie
Hi This part of the code i use currently. all sheets are veryhidden so i first unhide and then print... there are some code before it... If CheckBox1.Value = True Then CheckBox1.Value = False Sheet7.Visible = xlSheetVisible Sheet7.PrintOut End If how will i use it with your code? Thank

$$Excel-Macros$$ print multiple of worksheet via code on commandbutton on form

2011-09-11 Thread pswanie
Hi I have 10 checkboxes on a form. Each check box is linked to a page. When a user click commandbutton1 they print what eversheet is connected to the checkbox. For example: have a tick mark in checkbox 1, 3, 7 and 10. the commandbutton firstly go and print the sheet assosiated with checkbox1 t

Re: $$Excel-Macros$$ sumif kinda formula needed

2010-09-03 Thread pswanie
hi Does not need it to be in one cell. But would there be a easy way to get them all on the userform? On Sep 3, 4:50 am, Bruno Bruno wrote: > Just for curiosity, do you really want to put all the information in the > same cell? > For example, instead of putting in the "this month" cell [*A Swan

$$Excel-Macros$$ kind of a sumif formula needed

2010-08-31 Thread pswanie
Hi This posting relate to a earlier one regarding birthdays on a excel sheet. in column a i got the /mm/dd column b i got the person name and last name column c i got the age of the person in d1 i need every one that has birthday today with theiry respective age next to the name. since the

Re: $$Excel-Macros$$ Birthdays list formula or macro

2010-08-21 Thread pswanie
hi Yes that does exactly what i need to be done... Thank you!!! but now I need the all people that have birthday to day or tomorow or day after to apear on a userform. (take note that there maybe more than one sharing a birthday) i use label34 (today) and label35 (tomorow) and label36 (day a