Is it possible to put the content of a cell dynamically into the VB code. Here is what I'm trying to do:
Workbook 1 contains a cell with the name "Workbook 2" in it. I want to have a button that can open Workbook 2 based on the content of that cell. That way if I change the content of that cell from "Workbook 2" to "Workbook 3" than when I hit the button Workbook 3 would open instead of Workbook 2.
Workbook 1 contains a cell with the name "Workbook 2" in it. I want to have a button that can open Workbook 2 based on the content of that cell. That way if I change the content of that cell from "Workbook 2" to "Workbook 3" than when I hit the button Workbook 3 would open instead of Workbook 2.