Hello,
I've looked for a bit and haven't found anything that works for what I'm trying to do.
I have a worksheet in one workbook that one person enters information in, and I have another workbook that I want the first one to update to, and vise versa. The solution I thought would work for that would be a VBA Worksheet_Change, but so far that only works if both sheets are in the same workbook. But both sheets are in different workbooks on different computers on a network. Is it possible for the VBA to call out a certain workbook through a file path to update it?
Thanks
I've looked for a bit and haven't found anything that works for what I'm trying to do.
I have a worksheet in one workbook that one person enters information in, and I have another workbook that I want the first one to update to, and vise versa. The solution I thought would work for that would be a VBA Worksheet_Change, but so far that only works if both sheets are in the same workbook. But both sheets are in different workbooks on different computers on a network. Is it possible for the VBA to call out a certain workbook through a file path to update it?
Thanks