segmentationfault
Programmer
I apologize in advance if this is a somewhat stupid question. Everything I do with Excel is done through VBA, as a result, I'm really not knowledgeable about what Excel can do on its own.
I am working with two worksheets. The second sheet is an expansion of the data on the first sheet. For the data that is simultaneous on both sheets, it needs to be editable on both sheets and it needs to always be synchronized. Hm, if only worksheets could share cells as reference variables... Anyhow, it occurred to me that Excel may have the ability to do perform this task, but every synonym for "link" for which I searched in the help index returned me to hyperlinks.
I have a pretty swift macro that accomplishes the task well, but I'm creating this file for use by someone else. I don't want to get a phone call about fixing the macro if he manages to screw it up sometime in the future. Is there a better way to achieve my goal? Am I needlessy sweating a simple task?
I am working with two worksheets. The second sheet is an expansion of the data on the first sheet. For the data that is simultaneous on both sheets, it needs to be editable on both sheets and it needs to always be synchronized. Hm, if only worksheets could share cells as reference variables... Anyhow, it occurred to me that Excel may have the ability to do perform this task, but every synonym for "link" for which I searched in the help index returned me to hyperlinks.
I have a pretty swift macro that accomplishes the task well, but I'm creating this file for use by someone else. I don't want to get a phone call about fixing the macro if he manages to screw it up sometime in the future. Is there a better way to achieve my goal? Am I needlessy sweating a simple task?