Username1234
New Member
- Joined
- May 31, 2012
- Messages
- 12
Hello All,
I currently have a worksheet containing a number of different functions in Excel 2010.
I am after a macro that will be able to extend the parameters for a specified workbook function.
For example...
I would like to have a macro that finds all the CONCATENATE functions in my worksheet and then adds in a number of additional parameters.
So =CONCATENATE(A1,A2) would become =CONCATENATE(A1,A2,A3,A4)
To clarify, I would like "A3" and "A4" added to the end of my CONCATENATE function but not on any other function in the worksheet.
In my actual workbook each CONCATENATE function has parameters in different orders and from different sources so I can not use 'find and replace'.
Any help would be greatly appreciated.
I currently have a worksheet containing a number of different functions in Excel 2010.
I am after a macro that will be able to extend the parameters for a specified workbook function.
For example...
I would like to have a macro that finds all the CONCATENATE functions in my worksheet and then adds in a number of additional parameters.
So =CONCATENATE(A1,A2) would become =CONCATENATE(A1,A2,A3,A4)
To clarify, I would like "A3" and "A4" added to the end of my CONCATENATE function but not on any other function in the worksheet.
In my actual workbook each CONCATENATE function has parameters in different orders and from different sources so I can not use 'find and replace'.
Any help would be greatly appreciated.