S
snoopy369
Heya ... I've got a workbook that consists of a "main page" with several
columns of formatted text, and several columns of VLOOKUP'ed text drawn
from several other worksheets in the workbook. My boss wants only the
main page and not the others (too much space on his HD) ... I've been
trying to use "Paste Special" to do this, first copying the formats
over to a new page (looks exactly like what I have on the main page)
and then copying the values.
It works fine as long as I have only single cells selected. What goes
wrong is when I have merged cells selected. Apparently "Paste Special
- Values" is very very picky. Even when I have exactly identical (as
in pasted via PS-Format) merged cells, it still gives me the error
message "This requires merged cells to be identically sized" ... even
when it's a simple two cell merging.
Is there any other way to do this? I've got a decent store of VB
knowledge now, and wasn't sure if something like Cell.Values would work
(since it's text ... the Value() function does NOT work).
Cell("contents",A1) or whatever doesn't work when I re-open the
spreadsheet somewhere where the original A1 doesn't exist, hence why I
want to copy only values. And it's not an option to remake my
spreadsheet without the merged cells (although if I could create an
intermediate spreadsheet w/o merged cells and then re-do it on the
final product that would be OK, but that seems at minimum horribly
complicated) ...
Thanks in advance! If you're doing this on email please email
snoopy369 at yahoo dt com w/reply
-Joe
columns of formatted text, and several columns of VLOOKUP'ed text drawn
from several other worksheets in the workbook. My boss wants only the
main page and not the others (too much space on his HD) ... I've been
trying to use "Paste Special" to do this, first copying the formats
over to a new page (looks exactly like what I have on the main page)
and then copying the values.
It works fine as long as I have only single cells selected. What goes
wrong is when I have merged cells selected. Apparently "Paste Special
- Values" is very very picky. Even when I have exactly identical (as
in pasted via PS-Format) merged cells, it still gives me the error
message "This requires merged cells to be identically sized" ... even
when it's a simple two cell merging.
Is there any other way to do this? I've got a decent store of VB
knowledge now, and wasn't sure if something like Cell.Values would work
(since it's text ... the Value() function does NOT work).
Cell("contents",A1) or whatever doesn't work when I re-open the
spreadsheet somewhere where the original A1 doesn't exist, hence why I
want to copy only values. And it's not an option to remake my
spreadsheet without the merged cells (although if I could create an
intermediate spreadsheet w/o merged cells and then re-do it on the
final product that would be OK, but that seems at minimum horribly
complicated) ...
Thanks in advance! If you're doing this on email please email
snoopy369 at yahoo dt com w/reply

-Joe