+ Reply to Thread
Results 1 to 2 of 2

how to insert excel sheet in vba userform

Hybrid View

manissinha5 how to insert excel sheet in... 09-06-2016, 11:10 AM
walruseggman Re: how to insert excel sheet... 09-06-2016, 11:20 AM
  1. #1
    Spammer
    Join Date
    08-25-2016
    Location
    https://t.me/pump_upp
    MS-Off Ver
    office10
    Posts
    15

    how to insert excel sheet in vba userform

    hi all

    is there any way to show excel sheet in vba userform

  2. #2
    Forum Expert
    Join Date
    08-28-2014
    Location
    Texas, USA
    MS-Off Ver
    2016
    Posts
    1,796

    Re: how to insert excel sheet in vba userform

    I believe the closest you can come is like:

    With ListBox1
            .ColumnCount = 5
            .ColumnWidths = "25;40;40;100;100"
            .RowSource = ws1.Range("B10:F58").Address
        End With
    I'm interested in starting a career working with VBA, if anyone knows of any opportunities!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Insert delete and update from excel userform to access database - help
    By rdm52 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-20-2015, 09:45 AM
  2. [SOLVED] Insert Formula into Sheet from UserForm
    By inq80 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-18-2015, 10:08 AM
  3. [SOLVED] EXCEL USERFORM- pull data from sheet 1 into userform
    By PANTECH in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-18-2013, 11:10 AM
  4. Replies: 1
    Last Post: 09-05-2012, 04:11 PM
  5. [SOLVED] How to insert the User name from excel in the caption of excel userform
    By Megatronixs in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-18-2012, 07:47 AM
  6. how to insert calender control in excel userform combo box
    By excelkeechak in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-23-2009, 10:18 AM
  7. Insert and name new sheet using UserForm
    By RobertY in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-24-2008, 05:40 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1