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

D

Daniel

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

moi

Yes, because it remains an ActiveWorkbook as long as it's opened.
The actual WindowState doesn't matter.
 
Top