Search:

Type: Posts; User: JoeyL

Search: Search took 0.02 seconds.

  1. Re: Context Sensitive Form extracting Data from Excel Worksheet

    Anyone?
  2. Re: Context Sensitive Form extracting Data from Excel Worksheet

    No one?
  3. Re: Context Sensitive Form extracting Data from Excel Worksheet

    Current code for trying to get the matches from the selection in a combobox by transplanting data from myData array to TempArray, where comboboxes can be repopulated from the condensed list:

    This...
  4. Re: Context Sensitive Form extracting Data from Excel Worksheet

    Code for populating the Comboboxes on the form from the myData array:


    Sub myDropdownFill2(ByVal sender As Object, myWB As Integer)

    Dim myTempArray(,) = Nothing

    If myWB = 1...
  5. Re: Context Sensitive Form extracting Data from Excel Worksheet

    Code for extracting the data from the Excel Worksheet into a global 2-Dimensional array (myData):


    Sub myGetArray(ByVal myWB As Integer, mySheetNumber As Integer)
    Dim myUser As String =...
  6. Context Sensitive Form extracting Data from Excel Worksheet

    Using: Microsoft Visual Studio Community 2015, Version 14.0.24720.00 Update 1, with Microsoft .NET Framework Version 4.6.01055

    Language: Visual Basic 2015
    Target: Windows 7 application
    ...
  7. Replies
    0
    Views
    901

    (Word) Pop-up embedded Images onclick

    Hello. I use the vtrselecteditem code from VBA Help to allow the selection of many image files, and then embed those images into table cells in a word table. The images are confined to the cell size...
  8. Replies
    0
    Views
    4,140

    Draw Arrow VBA/MACRO

    Hello,

    I have a template for photos. The template has a macro which when activated, opens up a dialog box to select all photos, and then sets each photo into a table (table has dropdown boxes for...
  9. Looking for assistance with pictures and tables

    Development: Word 2010
    Use: Word XP, 2007, 2010

    Objective: Create vba/macro that will resize all photos and then create an individual table to place each photo into.

    The photos will be...
  10. [Excel] Get cell of current selection and move

    Hello,

    I have a Shape in an Excel spreadsheet. The shape is floating over a range of cells (over 9 cells). The Shape is created in a cell, but overlaps other cells. I need to be able to control...
  11. [Word] Controlling SmartArt with Bullet List

    Hello,

    I have a form which asks the user to create a simple flowchart (typically the flowchart extends from 6 to 8 levels, with 2 to 5 branches). I found that SmartArt (Hierarchy) provides all the...
Results 1 to 11 of 11



Click Here to Expand Forum to Full Width