Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a SQL DTS package exporting data from SQL server to Excel. When the data is exported to excel, each cell other with character data has a single quote and some spaces followed by actual data. I figured out that I can copy the entire sheet and pasting with paste special with values radio button selected in an other sheet is giving me clean data. I am totally new to excel programming. Will some one please let me know how can I write a Macro to create an other excel file and then copy each sheet from my excel file and paste using paste special with "values" radio button selected into the new file. My original excel file has 6 sheets with lots of data in each. Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do it manually with the macro recorder on (ToolsMacroRecord New Macro...)
and you will get some code. -- HTH Bob Phillips (remove nothere from email address if mailing direct) wrote in message ups.com... Hi, I have a SQL DTS package exporting data from SQL server to Excel. When the data is exported to excel, each cell other with character data has a single quote and some spaces followed by actual data. I figured out that I can copy the entire sheet and pasting with paste special with values radio button selected in an other sheet is giving me clean data. I am totally new to excel programming. Will some one please let me know how can I write a Macro to create an other excel file and then copy each sheet from my excel file and paste using paste special with "values" radio button selected into the new file. My original excel file has 6 sheets with lots of data in each. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
removing duplicate data from a single list | Excel Worksheet Functions | |||
Help removing "space" character from imported data | Excel Discussion (Misc queries) | |||
Removing a character | Excel Worksheet Functions | |||
removing character from field | Excel Worksheet Functions | |||
Removing ' character from cells | Excel Discussion (Misc queries) |