TextToColumn when destination to other sheet

  • Follow


God day Group,

Is it at all possible to destinate the the split columns to another
worksheet when using the TextToColumn wizard? Can it be made
by code? When trying in the wizard I get the error message about 
wrong destination reference.

Brgds

CG Rosen

0
Reply CG 11/17/2009 8:48:28 PM

Only the current sheet is possible
-- 
Gary''s Student - gsnu200908


"CG Rosen" wrote:

> God day Group,
> 
> Is it at all possible to destinate the the split columns to another
> worksheet when using the TextToColumn wizard? Can it be made
> by code? When trying in the wizard I get the error message about 
> wrong destination reference.
> 
> Brgds
> 
> CG Rosen
> 
0
Reply Utf 11/17/2009 8:57:01 PM


I don't think so.

But you could copy the column range to a  (separate, new, temporary) worksheet,
do the text to columns and put the parsed data where you want.



CG Rosen wrote:
> 
> God day Group,
> 
> Is it at all possible to destinate the the split columns to another
> worksheet when using the TextToColumn wizard? Can it be made
> by code? When trying in the wizard I get the error message about
> wrong destination reference.
> 
> Brgds
> 
> CG Rosen

-- 

Dave Peterson
0
Reply Dave 11/17/2009 8:57:54 PM

Thanks / cgr
"Gary''s Student" <GarysStudent@discussions.microsoft.com> skrev i 
meddelandet news:1ADEBD72-C993-49FB-BCBF-BC5089C38C45@microsoft.com...
> Only the current sheet is possible
> -- 
> Gary''s Student - gsnu200908
>
>
> "CG Rosen" wrote:
>
>> God day Group,
>>
>> Is it at all possible to destinate the the split columns to another
>> worksheet when using the TextToColumn wizard? Can it be made
>> by code? When trying in the wizard I get the error message about
>> wrong destination reference.
>>
>> Brgds
>>
>> CG Rosen
>>
> 

0
Reply CG 11/17/2009 9:09:36 PM

Thanks for info / cgr

"Dave Peterson" <petersod@verizonXSPAM.net> skrev i meddelandet 
news:4B030E52.8EF21F21@verizonXSPAM.net...
>I don't think so.
>
> But you could copy the column range to a  (separate, new, temporary) 
> worksheet,
> do the text to columns and put the parsed data where you want.
>
>
>
> CG Rosen wrote:
>>
>> God day Group,
>>
>> Is it at all possible to destinate the the split columns to another
>> worksheet when using the TextToColumn wizard? Can it be made
>> by code? When trying in the wizard I get the error message about
>> wrong destination reference.
>>
>> Brgds
>>
>> CG Rosen
>
> -- 
>
> Dave Peterson
> 


0
Reply CG 11/17/2009 9:10:08 PM

4 Replies
482 Views

(page loaded in 0.132 seconds)

Similiar Articles:
















7/22/2012 2:18:29 AM


Reply: