close

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

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()