cartoonjess
New Member
- Joined
- Feb 9, 2018
- Messages
- 1
Hello Everyone!
I would appreciate assistance on a Macro I am working on. I added Column D, into which data will be concatenated from Columns A, B, and C. I would like Column D to AutoFill with the Concatenate Formula in Cell D2 until the last cell of Column D that corresponds with the last populated cell in Column C. The command currently looks like this (this was based on today's report, but each day the length of the report changes) :
Range("D2").Select
Selection.AutoFill Destination:=Range("D2:D71")
I would also like to apply formatting and the like to the entire populated worksheet from Columns A to D (starting with Cell A1). The current range is:
Range("A1:D71").Select
Is there an easy way to make the range from the starting cell to the last populated cell in the column? I appreciate any assistance that can be provided and hope you have a great day!
I would appreciate assistance on a Macro I am working on. I added Column D, into which data will be concatenated from Columns A, B, and C. I would like Column D to AutoFill with the Concatenate Formula in Cell D2 until the last cell of Column D that corresponds with the last populated cell in Column C. The command currently looks like this (this was based on today's report, but each day the length of the report changes) :
Range("D2").Select
Selection.AutoFill Destination:=Range("D2:D71")
I would also like to apply formatting and the like to the entire populated worksheet from Columns A to D (starting with Cell A1). The current range is:
Range("A1:D71").Select
Is there an easy way to make the range from the starting cell to the last populated cell in the column? I appreciate any assistance that can be provided and hope you have a great day!