Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
IT IT is offline
external usenet poster
 
Posts: 5
Default Excel Form - help !!!

I want create two Excel file, one for fontend only for user type in data ,
after press save button in this form. The record can save data to backend
excel file for record. because i want protect backend file modify by user.
Please advice how can do that


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Excel Form - help !!!

Sub makebooks()


Set FrontEnd = Workbooks.Add(template:=xlWBATWorksheet)
Set FrontEndSht = FrontEnd.Sheets(1)

'create copy of worksheet in new workbook by using copy without before or
after
FrontEndSht.Copy
Set Newbk = ActiveWorkbook

Newbk.SaveAs Filename:="c:\temp\bookx.xls"

End Sub


"IT" wrote:

I want create two Excel file, one for fontend only for user type in data ,
after press save button in this form. The record can save data to backend
excel file for record. because i want protect backend file modify by user.
Please advice how can do that



  #3   Report Post  
Posted to microsoft.public.excel.programming
IT IT is offline
external usenet poster
 
Posts: 5
Default Excel Form - help !!!

I am no refence work on this project , pls advice details info how can work
out

"Joel" wrote in message
...
Sub makebooks()


Set FrontEnd = Workbooks.Add(template:=xlWBATWorksheet)
Set FrontEndSht = FrontEnd.Sheets(1)

'create copy of worksheet in new workbook by using copy without before or
after
FrontEndSht.Copy
Set Newbk = ActiveWorkbook

Newbk.SaveAs Filename:="c:\temp\bookx.xls"

End Sub


"IT" wrote:

I want create two Excel file, one for fontend only for user type in data
,
after press save button in this form. The record can save data to backend
excel file for record. because i want protect backend file modify by
user.
Please advice how can do that





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Excel Form - help !!!

I assume you backend file is some sort of database. Could be either Excel or
Access. I need some additional information about the sizes and organition of
Frontend and backend files.

1) Is the Front end going to be a custom userform or just a worksheets with
cells to be that will be modified?

2) Is the orgainization of the Front end and Backend the same (so I can just
copy the data from one sheet to another) or do you want the order put into
the backend into different cell locations?

3) Are yo going to put each submission from the front end to the rear end
into a different sheet in the rearend or is each submission going to go into
the next available row in the backend?

4) Can you specify the sheet names you are going to use in the Frontend and
Rearend

5) Can you specify the column names in the Frontend and Rearend?

6) Do you want the rear end to be Access or Excel? If you are going to ahve
multiple people submitting simultaneously it is recommended that you use
Access for the Rearend.

"IT" wrote:

I am no refence work on this project , pls advice details info how can work
out

"Joel" wrote in message
...
Sub makebooks()


Set FrontEnd = Workbooks.Add(template:=xlWBATWorksheet)
Set FrontEndSht = FrontEnd.Sheets(1)

'create copy of worksheet in new workbook by using copy without before or
after
FrontEndSht.Copy
Set Newbk = ActiveWorkbook

Newbk.SaveAs Filename:="c:\temp\bookx.xls"

End Sub


"IT" wrote:

I want create two Excel file, one for fontend only for user type in data
,
after press save button in this form. The record can save data to backend
excel file for record. because i want protect backend file modify by
user.
Please advice how can do that






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
excel form. Need data extracted to spreadsheet each time a form co MikeR-Oz Excel Discussion (Misc queries) 4 April 5th 09 05:18 AM
Can a form made in Excel 2002 be converted into a fillable form? Paraclete Excel Discussion (Misc queries) 1 February 20th 07 09:20 PM
how to generate a unique form # when using an excel form template PJE Excel Worksheet Functions 1 May 24th 06 11:00 PM
Transfer data to form from Excel range upon loading of form. Rob Crawford Excel Programming 2 October 24th 05 03:59 PM
form in excel to be attached to the emails address in the form upon sumission Abdulkader Bhanpurawala via OfficeKB.com Excel Programming 6 July 10th 05 10:48 AM


All times are GMT +1. The time now is 03:14 PM.

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"