bskinn / excel-csvexporter

Lightweight tool to export ranges within an Excel sheet to CSV
MIT License
41 stars 7 forks source link

Change UserForm.Show behavior so that screen position is retained #14

Closed bskinn closed 7 years ago

bskinn commented 7 years ago

Appears to be necessary to have the coded UserForm default of StartUpPosition be CenterOwner, so that on the initial load the form appears in the center of the Excel window.

However, after the initial .Show it should probably be changed to Manual so that it doesn't keep re-appearing in the screen real estate the user is likely trying to use.