itisalikhan
New Member
Hi there!
In cell C7 (of sheet B), I have adropdown list (using data validation) of names. (let say, Dave,Mike, Steve,Jhon ,Blair)The things I want to do with vbcodes are as under:-
Let suppose, I select the first name(i.e Dave) from drop. Now I want some codes that’ll automatically
select the next name (i.e Mike) fromdropdown list and take the print of first page (i.e page #1, ). Sheet B canhave more than one page that is why I am insistent for taking the print of page#1
Then
Select the next name (i.e Steve) fromdropdown list and take the print of first page.
Then
Select the next name (i.e Jhon) fromdropdown list and take the print of first page.
And so on till last name (i.e Blair).
Please note that I have some blankfields at the end of my dropdown list. The codes should not select those blankfields. Or you can say that the process of selecting the next fields shouldstop on last name of dropdown list.
Any help would be highlyappreciated.
In cell C7 (of sheet B), I have adropdown list (using data validation) of names. (let say, Dave,Mike, Steve,Jhon ,Blair)The things I want to do with vbcodes are as under:-
Let suppose, I select the first name(i.e Dave) from drop. Now I want some codes that’ll automatically
select the next name (i.e Mike) fromdropdown list and take the print of first page (i.e page #1, ). Sheet B canhave more than one page that is why I am insistent for taking the print of page#1
Then
Select the next name (i.e Steve) fromdropdown list and take the print of first page.
Then
Select the next name (i.e Jhon) fromdropdown list and take the print of first page.
And so on till last name (i.e Blair).
Please note that I have some blankfields at the end of my dropdown list. The codes should not select those blankfields. Or you can say that the process of selecting the next fields shouldstop on last name of dropdown list.
Any help would be highlyappreciated.