Can an Excel form be opened in form view instead of spreadsheet view? I'd
like clients to open Excel and immediately see the form which they will fill
out and that data collated into a spreadsheet. XP 2003 Excel software.
Thanks in advance.
The userform needs excel--it's not a standalone program.
But you could show the userform as soon as you open your workbook:
Option Explicit
sub auto_open()
userform1.show
end sub
Ankeny JJ wrote:
gt;
gt; Can an Excel form be opened in form view instead of spreadsheet view? I'd
gt; like clients to open Excel and immediately see the form which they will fill
gt; out and that data collated into a spreadsheet. XP 2003 Excel software.
gt; Thanks in advance.
--
Dave Peterson
- Apr 21 Sat 2007 20:37
Opening in Form View
close
全站熱搜
留言列表
發表留言