frm

  1. J

    importing frm and frx file from extracted zip file downloads from github

    https://www.rondebruin.nl/win/s9/win002.htm Hi I’m using the code in the above link to import and export .bas, .frm, and .frx and it is working great. The only problem is when I import the frm and frx file from zip file downlowds on the web like github, they get imported as a .bas file when...
  2. hatman

    Withevents in Runtime Created Userform

    I feel like I am missing something here. I use Class Modules to hook events of runtime created controls in design-time created forms. When I copy the resulting architecture to a new project, I wind up dragging a Form (that may be empty) plus a Class Module into the new file. That's fine, but...
  3. V

    Winsock library on Windows 10

    Hi I'm trying to build a solution in excel that will enable 2 excel workbooks on 2 different computer to chat with each other. I have download this solution from a blogg and it needs winsck.ock (WinsockLib) to be chosen under Tool/References. Unfortunately, I get an error when trying to call...
  4. R

    Referencing the worksheet that has previously been assigned to a userform

    If I assign a userform a specific worksheet, how then do I reference that worksheet without specifically referencing the name of the worksheet? Public Sub CCD_REPORT_Click() Worksheets("Report365").EnableCalculation = True Worksheets("Report365").Calculate '--creates instance of roadmap...
  5. R

    Using same variable to refer to multiple forms

    I have a form with a button that, when clicked and depending on a separate value, will launch one of two possible forms. dim frm as UserForm 'later If theValue = "edit" then Set frm = frmEdit ElseIf theValue = "delete" then Set frm = frmDelete End If frm.Show 'Run time error 438...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top