I have a not-very-involved VBA app for Excel. I lost the property of Form BackColor - no matter what I entered it was white. Then I copied the form and code to another named file - now the BackColor access returned but the Form Left property is unresponsive - always near the center of the page when called into Excel. Am I missing something?
Yes I am missing something that controls the position of the form when called up. I was ignoring the property StartUpPosition - clear enought, heh. There are 4 choices but I needed choice zero which is the manual positioning.
I still don't know why I lost the BackColor property on the form.