G Guest Jun 13, 2007 #1 Could anyone suggest a simple layout of code required to setup a Command Button that will clear a range of fields? Thanks in advance.
Could anyone suggest a simple layout of code required to setup a Command Button that will clear a range of fields? Thanks in advance.
G Guest Jun 13, 2007 #2 sub commandbutton1_click() Range("A1:F50").ClearContents end sub edit to your data. Regards FSt1