praveen_ce
New Member
hi ppl ,
i try to use "name a range" very often
now my problem is
i have 10 ppl name and 4 branches they belong
i want to save those 14 names in name manager
i use this macro
'sub namemanager
ActiveCell.Select
acticecell.Name = ActiveCell.Value
ActiveCell.Select
end sub '
say if i want to do this for selected range(say"a1:b4") at once
how to do it
thnks in advance
i try to use "name a range" very often
now my problem is
i have 10 ppl name and 4 branches they belong
i want to save those 14 names in name manager
i use this macro
'sub namemanager
ActiveCell.Select
acticecell.Name = ActiveCell.Value
ActiveCell.Select
end sub '
say if i want to do this for selected range(say"a1:b4") at once
how to do it
thnks in advance