CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Excelnoub

Search: Search took 0.02 seconds.

  1. Restrict information to add between a certain Cell/Row

    Good day everyone,
    I had this code long time ago and forgot how to...

    I have a UserForm that has about 4 Textboxs. The information Has to start in B4 until E4. I have...
  2. Re: VBA Excel 2007 Application.WorksheetFunction.Match help...

    Sorry forgot my top page info:



    Dim NewRwHt As Single
    Dim cWdth As Single, MrgeWdth As Single
    Dim C As Range, cc As Range
    Dim ma As Range
    Dim TCol As Long
    Dim TRow As Long
  3. Re: VBA Excel 2007 Application.WorksheetFunction.Match help...

    This is actually the full code in my sheet3:




    Private Sub CommandButton1_Click()
    Application.ScreenUpdating = False
    Application.EnableEvents = False

    Range(Cells(ActiveCell.Row, 1),...
  4. VBA Excel 2007 Application.WorksheetFunction.Match help...

    Good day everyone,
    I hope i'm in the right place for VB Excel questions.

    I have difficulty finding an answer to my problem. I have a workbook set up for the type...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured