Answered by:
VBA code for find text and replace its value

Question
-
Assume below data present in worksheet
Value Unit ---> These two are my column in worksheet at any postion
NA KLOC after running vba my data will look like ----> Value Unit0.98 kLOC NA KLOC , FP
0.9 OTH 0.9*8= 7.2 LOC/PD
03 FP 0.3*8 =2.4 FP/PD
NA FP
If unit column contain KLOC, FP then I rename this as KLOC =LOC/PD and FP=FP/PD and theire new value= value *0.8
For NA value don't change anything
- Moved by litdev Saturday, February 17, 2018 2:04 PM
Friday, February 16, 2018 8:29 AM
Answers
-
I am using VBA
Then you can also ask over here.
https://social.msdn.microsoft.com/Forums/en-US/home?forum=isvvba
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Richard MuellerMVP, Banned Friday, February 23, 2018 1:05 PM
- Marked as answer by Richard MuellerMVP, Banned Tuesday, February 27, 2018 1:04 PM
Tuesday, February 20, 2018 4:45 AM
All replies
-
Which software are you using?
This is clearly not about the Small Basic language.
Jan [ WhTurner ] The Netherlands
Friday, February 16, 2018 10:38 AM -
I'd ask for help over here.
https://answers.microsoft.com/en-us/msoffice/forum/msoffice_excel-msoffice_custom
https://social.msdn.microsoft.com/Forums/Lync/en-US/home?forum=exceldev
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Richard MuellerMVP, Banned Sunday, February 18, 2018 6:59 PM
Sunday, February 18, 2018 4:57 AM -
I am using VBATuesday, February 20, 2018 4:38 AM
-
I am using VBA
Then you can also ask over here.
https://social.msdn.microsoft.com/Forums/en-US/home?forum=isvvba
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Richard MuellerMVP, Banned Friday, February 23, 2018 1:05 PM
- Marked as answer by Richard MuellerMVP, Banned Tuesday, February 27, 2018 1:04 PM
Tuesday, February 20, 2018 4:45 AM -
Thanks Dave for suggestion :)Wednesday, February 21, 2018 4:17 AM
-
You're welcome.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.Wednesday, February 21, 2018 4:33 AM