A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Importing .frm Files



 
 
Thread Tools Display Modes
  #1  
Old February 16th, 2006, 06:53 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Importing .frm Files

I can't seem to import (through the File Get External Data Import menu)
an .frm file of a form I'm using in an Excel app. Is there some way to
import the .frm file that I don't know about?
  #2  
Old February 16th, 2006, 06:58 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Importing .frm Files

Dear AB:

I strongly suggest that, to get the best expert assistance on your question,
you look for a newsgroup whose topic is Excel.

This newsgroup is for Access, a different Microsoft Office product. While
many of us do know a bit about Excel, it isn't our advertised specialty in
this newsgroup.

Best of luck with asking your question there.

Tom Ellison


"AB" wrote in message
...
I can't seem to import (through the File Get External Data Import menu)
an .frm file of a form I'm using in an Excel app. Is there some way to
import the .frm file that I don't know about?



  #3  
Old February 16th, 2006, 07:13 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Importing .frm Files

Tom,

This is actually an Access question. I've got a VBA app I wrote for a
spreadsheet, and I'm now trying to create a full-blown db app. I want to
import a few of the VBA forms I've already created so I don't need to rewrite
tons of code.

For clarification, the form is an actual VB object, not a spreadsheet. Is
it possible to import VB objects directly into Access for use with a
database? Or am I going to have to create this as a VB application with an
Access backend?

"Tom Ellison" wrote:

Dear AB:

I strongly suggest that, to get the best expert assistance on your question,
you look for a newsgroup whose topic is Excel.

This newsgroup is for Access, a different Microsoft Office product. While
many of us do know a bit about Excel, it isn't our advertised specialty in
this newsgroup.

Best of luck with asking your question there.

Tom Ellison


"AB" wrote in message
...
I can't seem to import (through the File Get External Data Import menu)
an .frm file of a form I'm using in an Excel app. Is there some way to
import the .frm file that I don't know about?




  #4  
Old February 16th, 2006, 07:20 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Importing .frm Files

AB wrote in message
:
I can't seem to import (through the File Get External Data Import menu)
an .frm file of a form I'm using in an Excel app. Is there some way to
import the .frm file that I don't know about?


To Access?

I don't know if I'd really wanted to do something like that, but try
exporting it from Excel (in the VBE - right click the userform in the
project explorer - Export file), then import it from VBE in Access.

--
Roy-Vidar


  #5  
Old February 16th, 2006, 11:12 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Importing .frm Files

Access has its own form model. It does not use the UserForms used by other
Office apps such as Word and Excel.

--
Brendan Reynolds
Access MVP

"AB" wrote in message
...
Tom,

This is actually an Access question. I've got a VBA app I wrote for a
spreadsheet, and I'm now trying to create a full-blown db app. I want to
import a few of the VBA forms I've already created so I don't need to
rewrite
tons of code.

For clarification, the form is an actual VB object, not a spreadsheet. Is
it possible to import VB objects directly into Access for use with a
database? Or am I going to have to create this as a VB application with
an
Access backend?

"Tom Ellison" wrote:

Dear AB:

I strongly suggest that, to get the best expert assistance on your
question,
you look for a newsgroup whose topic is Excel.

This newsgroup is for Access, a different Microsoft Office product.
While
many of us do know a bit about Excel, it isn't our advertised specialty
in
this newsgroup.

Best of luck with asking your question there.

Tom Ellison


"AB" wrote in message
...
I can't seem to import (through the File Get External Data Import
menu)
an .frm file of a form I'm using in an Excel app. Is there some way to
import the .frm file that I don't know about?






  #6  
Old February 16th, 2006, 11:49 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Importing .frm Files

Ah, that explains a lot. Thanks for the help.

"Brendan Reynolds" wrote:

Access has its own form model. It does not use the UserForms used by other
Office apps such as Word and Excel.

--
Brendan Reynolds
Access MVP

"AB" wrote in message
...
Tom,

This is actually an Access question. I've got a VBA app I wrote for a
spreadsheet, and I'm now trying to create a full-blown db app. I want to
import a few of the VBA forms I've already created so I don't need to
rewrite
tons of code.

For clarification, the form is an actual VB object, not a spreadsheet. Is
it possible to import VB objects directly into Access for use with a
database? Or am I going to have to create this as a VB application with
an
Access backend?

"Tom Ellison" wrote:

Dear AB:

I strongly suggest that, to get the best expert assistance on your
question,
you look for a newsgroup whose topic is Excel.

This newsgroup is for Access, a different Microsoft Office product.
While
many of us do know a bit about Excel, it isn't our advertised specialty
in
this newsgroup.

Best of luck with asking your question there.

Tom Ellison


"AB" wrote in message
...
I can't seem to import (through the File Get External Data Import
menu)
an .frm file of a form I'm using in an Excel app. Is there some way to
import the .frm file that I don't know about?






  #7  
Old February 17th, 2006, 03:17 AM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Importing .frm Files

Thanks, Brendan. It also explains my confusion about the question.

Tom Ellison


"AB" wrote in message
...
Ah, that explains a lot. Thanks for the help.

"Brendan Reynolds" wrote:

Access has its own form model. It does not use the UserForms used by
other
Office apps such as Word and Excel.

--
Brendan Reynolds
Access MVP

"AB" wrote in message
...
Tom,

This is actually an Access question. I've got a VBA app I wrote for a
spreadsheet, and I'm now trying to create a full-blown db app. I want
to
import a few of the VBA forms I've already created so I don't need to
rewrite
tons of code.

For clarification, the form is an actual VB object, not a spreadsheet.
Is
it possible to import VB objects directly into Access for use with a
database? Or am I going to have to create this as a VB application
with
an
Access backend?

"Tom Ellison" wrote:

Dear AB:

I strongly suggest that, to get the best expert assistance on your
question,
you look for a newsgroup whose topic is Excel.

This newsgroup is for Access, a different Microsoft Office product.
While
many of us do know a bit about Excel, it isn't our advertised
specialty
in
this newsgroup.

Best of luck with asking your question there.

Tom Ellison


"AB" wrote in message
...
I can't seem to import (through the File Get External Data Import
menu)
an .frm file of a form I'm using in an Excel app. Is there some way
to
import the .frm file that I don't know about?








 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Importing lots of CSV files into an XLS file as different workshee rmellison General Discussion 4 January 5th, 2006 11:28 AM
Importing CSV files into Excel Doug General Discussion 9 August 24th, 2005 08:22 PM
importing dbx files after upgrading to xp? swimfast General Discussion 2 July 7th, 2005 04:28 PM
Importing pst contact files from msoffice2003 to office mac Kim Watson General Discussions 0 June 28th, 2005 07:12 PM
importing dbx files Iceman_Xtreme Outlook Express 3 June 5th, 2005 12:40 PM


All times are GMT +1. The time now is 07:18 AM.


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