Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'm having an issue with moving/copying sheets into a new worksheet as some of the cells contain more that 255 characters. Is there anyway around this problem? Any help is appreciated. Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub test()
ActiveSheet.Cells.Copy Worksheets.Add.Paste End Sub regards r Il mio ultimo lavoro ... http://excelvba.altervista.org/blog/...ternative.html "N1KO" wrote: Hi, I'm having an issue with moving/copying sheets into a new worksheet as some of the cells contain more that 255 characters. Is there anyway around this problem? Any help is appreciated. Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Moving shouldn't cause any trouble. But copying will.
I use multiple steps. Copy the sheet Copy the cells on the original sheet paste on the new sheet Same thing in code, too. N1KO wrote: Hi, I'm having an issue with moving/copying sheets into a new worksheet as some of the cells contain more that 255 characters. Is there anyway around this problem? Any help is appreciated. Thanks in advance -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert 5 characters in a cell to 6 characters by adding a zero | Excel Discussion (Misc queries) | |||
Trouble with cell value | Excel Programming | |||
Hi-Lited Cell trouble | Excel Programming | |||
Cell locking trouble | Excel Discussion (Misc queries) | |||
Trouble getting the value of a cell | Excel Programming |