Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have some code that makes use of a variant to transfer a column of
data on one worksheet to a diagonal set of cells on another sheet. I basically loop and assign the column data to the diagonals to the variant, then equate the variant back to the new sheet (as a whole block). Here's my issue: I have formulas on the new sheet that I would like to retain (that are on the off diagonals), but when I assign the variant to the new sheet (since it's the complete block), it's overwriting the formulas. Is there a way to put the values on the sheet and retain the formulas? Maybe creating the variant as a diagonal range in the first place? I wasnt having much luck with that. Thanks for the help! --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Allow only writing in a protected Sheet | Setting up and Configuration of Excel | |||
Writing formulas between sheet | Excel Discussion (Misc queries) | |||
Writing data back via a userform | Excel Programming | |||
Writing a macro to bring back distinct value | Excel Programming | |||
4 variables to one sheet, then back to original sheet with answer | Excel Programming |