is it possible to select and change the values of cells in a minimized excel spread sheet from vba?

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

is it possible to select and change the values of cells in a minimized excel
spread sheet from vba?
 
Yes, because it remains an ActiveWorkbook as long as it's opened.
The actual WindowState doesn't matter.
 
Back
Top