Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Can Excel use as a VB form creation?

Hi all, I need to create a form and is using Excel to do it, can it be
done? The form I can use using VB s/w to do it but my office did not
have VB so i have to use Excel for this purpose.
Appreciate your help. Thanks.


---
Message posted from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Can Excel use as a VB form creation?

You can create a UserForm in the VBA Editor (ALT+F11). In VBA, go
to the Insert menu and choose UserForm. You'll find that creating
a userform in VBA is very similar to creating a form in VB.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"tanks1308 " wrote in
message ...
Hi all, I need to create a form and is using Excel to do it,

can it be
done? The form I can use using VB s/w to do it but my office

did not
have VB so i have to use Excel for this purpose.
Appreciate your help. Thanks.


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Can Excel use as a VB form creation?

Hi Chip Pearson, thanks for your precious tip. I can now work with V
form without having to install VB s/w. Thanks so much.


Chip Pearson wrote:
*You can create a UserForm in the VBA Editor (ALT+F11). In VBA, go
to the Insert menu and choose UserForm. You'll find that creating
a userform in VBA is very similar to creating a form in VB.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"tanks1308 " wrote in
message ...
Hi all, I need to create a form and is using Excel to do it,

can it be
done? The form I can use using VB s/w to do it but my office

did not
have VB so i have to use Excel for this purpose.
Appreciate your help. Thanks.


---
Message posted from http://www.ExcelForum.com/


--
Message posted from http://www.ExcelForum.com

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Can Excel use as a VB form creation?

Hi, Chip Pearson

thanks for your precious tips. I can now use that VB form instead o
installing VB software.

Cheers.

Chip Pearson wrote:
*You can create a UserForm in the VBA Editor (ALT+F11). In VBA, go
to the Insert menu and choose UserForm. You'll find that creating
a userform in VBA is very similar to creating a form in VB.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"tanks1308 " wrote in
message ...
Hi all, I need to create a form and is using Excel to do it,

can it be
done? The form I can use using VB s/w to do it but my office

did not
have VB so i have to use Excel for this purpose.
Appreciate your help. Thanks.


---
Message posted from http://www.ExcelForum.com/


--
Message posted from http://www.ExcelForum.com

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Can Excel use as a VB form creation?

Hi, Chip Pearson

thanks for your precious tips. I can now use that VB form instead o
installing VB software.

Need your help..

I've created the VB code in excel but it seems did not worked ou
property, what could be the reason? The code is follows:

Private Sub cmdExit_Click()
End
End Sub

Private Sub cmdPushMe_KeyDown(ByVal KeyCode As MSForms.ReturnInteger
ByVal Shift As Integer)

lblInfo.Caption = "A key was pressed. Keycode= " + Str(KeyCode) +
Shift= " + Str(Shift)

End Sub


Cheers.

Chip Pearson wrote:
*You can create a UserForm in the VBA Editor (ALT+F11). In VBA, go
to the Insert menu and choose UserForm. You'll find that creating
a userform in VBA is very similar to creating a form in VB.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"tanks1308 " wrote in
message ...
Hi all, I need to create a form and is using Excel to do it,

can it be
done? The form I can use using VB s/w to do it but my office

did not
have VB so i have to use Excel for this purpose.
Appreciate your help. Thanks.


---
Message posted from http://www.ExcelForum.com/


--
Message posted from http://www.ExcelForum.com



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Can Excel use as a VB form creation?

Your code works for me. Specifically what problems are you
having?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"tanks1308 " wrote in
message ...
Hi, Chip Pearson

thanks for your precious tips. I can now use that VB form

instead of
installing VB software.

Need your help..

I've created the VB code in excel but it seems did not worked

out
property, what could be the reason? The code is follows:

Private Sub cmdExit_Click()
End
End Sub

Private Sub cmdPushMe_KeyDown(ByVal KeyCode As

MSForms.ReturnInteger,
ByVal Shift As Integer)

lblInfo.Caption = "A key was pressed. Keycode= " + Str(KeyCode)

+ "
Shift= " + Str(Shift)

End Sub


Cheers.

Chip Pearson wrote:
*You can create a UserForm in the VBA Editor (ALT+F11). In

VBA, go
to the Insert menu and choose UserForm. You'll find that

creating
a userform in VBA is very similar to creating a form in VB.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"tanks1308 " wrote

in
message ...
Hi all, I need to create a form and is using Excel to do

it,
can it be
done? The form I can use using VB s/w to do it but my

office
did not
have VB so i have to use Excel for this purpose.
Appreciate your help. Thanks.


---
Message posted from http://www.ExcelForum.com/
*



---
Message posted from http://www.ExcelForum.com/



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
form creation Roy Gudgeon[_2_] Excel Discussion (Misc queries) 1 March 4th 10 12:59 PM
*.tmp file creation in Excel Yvonne Excel Discussion (Misc queries) 3 July 8th 07 12:58 PM
Excel / XMI Creation dvhirst[_2_] Excel Discussion (Misc queries) 0 June 11th 07 06:13 PM
Form Creation in Excel 2007 Stan Clawson Excel Discussion (Misc queries) 2 March 19th 07 06:10 PM
Macro for Multiple Form Creation JB2010 Excel Discussion (Misc queries) 1 March 23rd 06 03:56 PM


All times are GMT +1. The time now is 11:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"