Re: Command line interface and Windows form in same program



Hi, thanks for your reply. Yes, that isn't clear at all. It
simply calls a subroutine in Module1:

My_Command(arguments(1), arguments(2))

Sub Main is in Module1.

This is a single VB.Net project. It has a module, Cmd_Module.vb,
which is Module Module1. And a Windows form module,
Windows_Form.vb, which is Public Class frmWindows_Form.


<zacks@xxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0f703db8-ad86-4fd2-9897-ba0d936cce84@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Feb 8, 10:35 am, "Jwe" <j...@xxxxxxxx> wrote:
'Run command <--- WHAT DOES THIS
DO?

Any help much appreciated. Thanks.

See note 4 lines up.


.



Relevant Pages

  • User form varible passing
    ... In my VBA module "module1" i have a global varible ... I initialize it in the main Subroutine ... My userform cmdbtn code is ... Private Sub Always_Btn_Click ...
    (microsoft.public.excel.programming)
  • Re: Cell formatting not applied
    ... Public Sub BoldItem ... Modules / Module1: ... Private Function ItemNo ... If I call my formatting procedure from code on Sheet1 ...
    (microsoft.public.excel.programming)
  • Re: Cell formatting not applied
    ... Microsoft Excel Objects / Sheet1: ... Public Sub BoldItem ... Modules / Module1: ... If I call my formatting procedure from code on Sheet1 ...
    (microsoft.public.excel.programming)
  • Re: No dupes
    ... It did not necessarily have to be Module1, it just needed to be taken out of ... Sub startLast4() ... Dim allcells As Range, cell As Range ... To the Sub UserForm_InitializeI added the following to the original macro ...
    (microsoft.public.excel.programming)
  • RE: Refering to another module
    ... you save my life on a daily basis! ... Sub arrayLoop() ... Dim mySize As Double ... In module1 i have the code for some buttons and so and in module2 i have the ...
    (microsoft.public.excel.programming)

Loading