On Tue, 1/24/17, silvers.r via MS EXCEL AND VBA MACROS
wrote:
Subject: Re: $$Excel-Macros$$ MACRO FOR COPYING A RANGE FOR MULTIPLE TIMES
To: excel-macros@googlegroups.com
Date: Tuesday, January 24, 2017, 6:22 AM
--
On Tue, 1/24/17, libertystringer via MS EXCEL AND VBA MACROS
wrote:
Subject: Re: $$Excel-Macros$$ MACRO FOR COPYING A RANGE FOR MULTIPLE TIMES
To: excel-macros@googlegroups.com
Date: Tuesday, January 24, 2017, 1:27 AM
On Mon, 1/23/17, julienneschindler via MS EXCEL AND VBA MACROS
wrote:
Subject: Re: $$Excel-Macros$$ MACRO FOR COPYING A RANGE FOR MULTIPLE TIMES
To: excel-macros@googlegroups.com
Date: Monday, January 23, 2017, 10:58 PM
--
On Mon, 1/23/17, GENIUS wrote:
Subject: Re: $$Excel-Macros$$ MACRO FOR COPYING A RANGE FOR MULTIPLE TIMES
To: "MS EXCEL AND VBA MACROS"
Cc: schreiner_p...@att.net
Date: Monday, January 23, 2017, 5:13 PM
That's
great, Thank you very much for y
Hello all,
I AM trying to use the wonderful feature of Microsoft Query.
I want to use a Excel workbook as a database, so I have created the
attached workbook.
Sales.xlsx is the source, so another workbook for reports is created.
When I pointed to the Sales.xlsx, in external data settings, the
follo
That's great, Thank you very much for your help
--
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 thread titles. Poor thread
On Mon, 1/23/17, Paul Schreiner wrote:
Subject: Re: $$Excel-Macros$$ MACRO FOR COPYING A RANGE FOR MULTIPLE TIMES
To: "excel-macros@googlegroups.com"
Date: Monday, January 23, 2017, 2:42 PM
Are
you wanting the end result such that cell A19 con
Are you wanting the end result such that cell A19 contains "Bill" (the value of
A2)A20 = JoeA21 = DaveA22 = Fredand so on, then repeating this series for 15
sets?
For THAT, you could use something like:Option ExplicitSub Dup_Sets()
Dim nRow, nRows, dRow, SetCnt, SetNo
SetCnt = 15