Posted to microsoft.public.excel.programming
|
|
Please Help..Neeed VBA code to delete information in a cell
I need to delete information in cell
for example if A2= http://google.com/help/you/me
I want to remove everything after "com"
So i would want A2 = http://google.com
|