Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"APPASAMY KRISHNA HOSPITAL
DR RAJAKANNAN OPP VIJAYA NAGAR BUS TERMINAL, 100 FT ROAD VELACHERY, CHENNAI - 42" above is the address. i want to paste this in a single row and to filter it in area wise. please give some idea. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perhaps this:
Sub Test() Dim arr As Variant arr = Split(ActiveCell.Value, Chr(10)) ActiveCell.Resize(1, UBound(arr) + 1) = arr End Sub Regards, Greg "lalitha" wrote: "APPASAMY KRISHNA HOSPITAL DR RAJAKANNAN OPP VIJAYA NAGAR BUS TERMINAL, 100 FT ROAD VELACHERY, CHENNAI - 42" above is the address. i want to paste this in a single row and to filter it in area wise. please give some idea. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy and paste between windows in excel 2003 will not work | Excel Worksheet Functions | |||
How to put a SQL query in a single Excel cell? | Excel Discussion (Misc queries) | |||
Excel to Excel, Cut & Paste, 1 cell, text, multiplies file size f. | Excel Discussion (Misc queries) | |||
paste excel table to word | Excel Worksheet Functions | |||
Removing single quote from an excel sheet | Excel Discussion (Misc queries) |