Re: $$Excel-Macros$$ Paste into a Named Range

2017-01-04 Thread Mack Mans
> > http://tutorialway.com/use-named-range-in-excel/ helplful link -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thre

Re: $$Excel-Macros$$ Paste into a Named Range

2011-10-19 Thread Cab Boose
.EnableEvents = True > End Sub > > Don Guillett > SalesAid Software > dguille...@gmail.com > > *From:* Cab Boose > *Sent:* Tuesday, October 18, 2011 3:06 AM > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Paste into a Named Range > > Hi Don &g

Re: $$Excel-Macros$$ Paste into a Named Range

2011-10-18 Thread Cab Boose
se >> *Sent:* Monday, October 17, 2011 5:57 PM >> *To:* excel-macros@googlegroups.com >> *Subject:* $$Excel-Macros$$ Paste into a Named Range >> >> Hi >> >> I have a 2 cells in a row that I want to copy into a named range (say >> 'serialNo') a

Re: $$Excel-Macros$$ Paste into a Named Range

2011-10-17 Thread Cab Boose
t; > Don Guillett > SalesAid Software > dguille...@gmail.com > > *From:* Cab Boose > *Sent:* Monday, October 17, 2011 5:57 PM > *To:* excel-macros@googlegroups.com > *Subject:* $$Excel-Macros$$ Paste into a Named Range > > Hi > > I have a 2 cells in a row that I

Re: $$Excel-Macros$$ Paste into a Named Range

2011-10-17 Thread dguillett1
z",Sheet1!$A:$A),2) Don Guillett SalesAid Software dguille...@gmail.com From: Cab Boose Sent: Monday, October 17, 2011 5:57 PM To: excel-macros@googlegroups.com Subject: $$Excel-Macros$$ Paste into a Named Range Hi I have a 2 cells in a row that I want to copy into a named range (say

Re: $$Excel-Macros$$ Paste into a Named Range

2011-10-17 Thread ChilExcel
please attach example file 2011/10/17 Cab Boose > Hi > > I have a 2 cells in a row that I want to copy into a named range (say > 'serialNo') also only 2 columns. > > Do I have to do the vba xcell up routine ? or should I be able to paste > into 'serialno' and it will go into next available

$$Excel-Macros$$ Paste into a Named Range

2011-10-17 Thread Cab Boose
Hi I have a 2 cells in a row that I want to copy into a named range (say 'serialNo') also only 2 columns. Do I have to do the vba xcell up routine ? or should I be able to paste into 'serialno' and it will go into next available row. I have tried recording copy/paste, select 'serialno' but