Hi Narayan,
Code is working fine now with some small modification.Now it fulfilled my requirement.
Please find the modified code below.
Application.ScreenUpdating = False
Start_Range = "A2"
End_Range = "E501"
ThisWorkbook.Worksheets("Sheet1").Activate
Range(Start_Range...
If I understand you correctly , you have added one more column in your raw data , which contains Code3.
Where do you want this to appear , in Sheet2 ? In column B ( in the second row ) or in the third row for each entry ?
I want to place code_Text1 to appear in column C2,Code_Text3 in C3 and...
Hi Narayan...VGM
I need to add up one more line along with this code...pls help i tried to do it myself to max but it's not working out.
Application.ScreenUpdating = False
Start_Range = "A2"
End_Range = "E501"
ThisWorkbook.Worksheets("Sheet1").Activate
Range(Start_Range...
Hi Narayan,
Entries is in 3 different columns Starts from A2 to C2 in sheet1.
I want that entires in sheet 2 as
In A2 column of sheet 2 should contain 221.135.254.168 subsequently in B2 column -edit "221.135.254.168",in b3 column-set subnet 221.135.254.168
Then next 221.135.254.169 in A4...
Friendz...Good morning to all
I need a macro coding for the below requirement.
I have a entries in a continuous rows in sheet1 as like below
S.no IP Code1 Code2
1 221.135.254.168 edit "221.135.254.168" set subnet 221.135.254.168...
Or otherwise do we have formula to reverse a line of text as like below
Orginal text:Third Floor Rajwada Chowk
Change to:Chowk rajwada floor third.
Will that be possible with formula or do we need to go for macro?...kindly suggest
Note:I just given the sample line,it has characters more...
Hi,
I have a text called Ibrahimpatnam in need to reverse this text as mantapmiharbi using a formula.Please suggest me the formulas to derive the solution.
Ps:No macros please.