• Skip to main content
  • Skip to header right navigation
  • Skip to site footer

My Online Training Hub

Learn Dashboards, Excel, Power BI, Power Query, Power Pivot

  • Courses
  • Pricing
    • Free Courses
    • Power BI Course
    • Excel Power Query Course
    • Power Pivot and DAX Course
    • Excel Dashboard Course
    • Excel PivotTable Course – Quick Start
    • Advanced Excel Formulas Course
    • Excel Expert Advanced Excel Training
    • Excel Tables Course
    • Excel, Word, Outlook
    • Financial Modelling Course
    • Excel PivotTable Course
    • Excel for Customer Service Professionals
    • Excel for Operations Management Course
    • Excel for Decision Making Under Uncertainty Course
    • Excel for Finance Course
    • Excel Analysis ToolPak Course
    • Multi-User Pricing
  • Resources
    • Free Downloads
    • Excel Functions Explained
    • Excel Formulas
    • Excel Add-ins
    • IF Function
      • Excel IF Statement Explained
      • Excel IF AND OR Functions
      • IF Formula Builder
    • Time & Dates in Excel
      • Excel Date & Time
      • Calculating Time in Excel
      • Excel Time Calculation Tricks
      • Excel Date and Time Formatting
    • Excel Keyboard Shortcuts
    • Excel Custom Number Format Guide
    • Pivot Tables Guide
    • VLOOKUP Guide
    • ALT Codes
    • Excel VBA & Macros
    • Excel User Forms
    • VBA String Functions
  • Members
    • Login
    • Password Reset
  • Blog
  • Excel Webinars
  • Excel Forum
    • Register as Forum Member

Userform subscript out of range|VBA & Macros|Excel Forum|My Online Training Hub

You are here: Home / Userform subscript out of range|VBA & Macros|Excel Forum|My Online Training Hub
Avatar
sp_LogInOut Log In sp_Registration Register
sp_Search Search
Advanced Search|Last Search Results
Search
Forum Scope




Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
sp_Search Search
sp_RankInfo
Lost password?
sp_CrumbsHome HomeExcel ForumVBA & MacrosUserform subscript out of range
sp_PrintTopic sp_TopicIcon
Userform subscript out of range
Avatar
Michael Hepworth

New Member
Members
Level 0
Forum Posts: 2
Member Since:
May 25, 2022
sp_UserOfflineSmall Offline
1
May 26, 2022 - 6:26 am
sp_Permalink sp_Print sp_EditHistory

I found a great video on making userforms from this site and have built almost what I want but when it comes to executing the form I keep getting a

Runtime error 9 subscript out of range error - can anyone help?  I have tried to modify the code to match elements of my form but it isn't working.

I have my macro button to open the userform on a tab named "statistics" I want the data from the userform to populate a table named 'logsheet' on a different tab named "Logs"

I have changed some elements of the original video to match my sheet.  can someone help me correct it but also explain where i've gone wrong and how.

Private Sub Submit_Click()
Dim lastrow As Range
Dim LogTable As ListObject

'Add row to bottom of Logsheet Table
ActiveSheet.ListObjects("Logsheet").ListRows.Add

'Enter data from form into our new row
Set LogTable = ActiveSheet.ListObjects("Logsheet")
Set lastrow = LogTable.ListRows(LogTable.ListRows.Count).Range

With lastrow

.Cells(1, 1) = ComboBox1.value
.Cells(1, 2) = ComboBox2.value
.Cells(1, 3) = ComboBox3.value
.Cells(1, 4) = ComboBox4.value
.Cells(1, 5) = ComboBox5.value
.Cells(1, 6) = ComboBox9.value
.Cells(1, 7) = ComboBox6.value
.Cells(1, 8) = ComboBox10.value
.Cells(1, 9) = ComboBox11.value
.Cells(1, 10) = ComboBox7.value
.Cells(1, 11) = ComboBox8.value
.Cells(1, 15) = TextBox1.value
.Cells(1, 16) = TextBox2.value

If SSLUsed.value = True Then

.Cells(1, 12) = "Yes"

Else

.Cells(1, 12) = "No"

End If

If FLUsed.value = True Then

.Cells(1, 13) = "Yes"

Else

.Cells(1, 13) = "No"

End If

If finaldest.value = True Then

.Cells(1, 14) = "Yes"

Else

.Cells(1, 14) = "No"

End If

End With

End Sub

sp_AnswersTopicSeeAnswer See Answer
Avatar
Velouria
London or thereabouts
Moderator
Members


Trusted Members

Moderators
Level 4
Forum Posts: 615
Member Since:
November 1, 2018
sp_UserOfflineSmall Offline
2
May 26, 2022 - 6:41 pm
sp_Permalink sp_Print

From your description, the table is not on the active sheet, which would cause the error. You could use:

 

Private Sub Submit_Click()

Dim LogTable As ListObject

'Add row to bottom of Logsheet Table
Set LogTable = Sheets("Log").ListObjects("Logsheet")

With LogTable.ListRows.Add.Range

.Cells(1, 1) = ComboBox1.value

' rest of the code

sp_AnswersTopicAnswer
Answers Post
Avatar
Michael Hepworth

New Member
Members
Level 0
Forum Posts: 2
Member Since:
May 25, 2022
sp_UserOfflineSmall Offline
3
May 27, 2022 - 5:26 am
sp_Permalink sp_Print

Thats great Velouria.  Problem solved

sp_Feed
Go to top
Forum Timezone: Australia/Brisbane
Most Users Ever Online: 245
Currently Online: Andy Kirby, MohamedGadAllah, Jeff Krueger, Vincent Malone II
Guest(s) 10
Currently Browsing this Page:
1 Guest(s)
Top Posters:
SunnyKow: 1432
Anders Sehlstedt: 870
Purfleet: 412
Frans Visser: 346
David_Ng: 306
lea cohen: 219
A.Maurizio: 202
Jessica Stewart: 202
Aye Mu: 201
jaryszek: 183
Newest Members:
John Chisholm
vexokeb sdfg
John Jack
Malcolm Toy
Ray-Yu Yang
George Shihadeh
Naomi Rumble
Uwe von Gostomski
Jonathan Jones
drsven
Forum Stats:
Groups: 3
Forums: 24
Topics: 6212
Posts: 27236

 

Member Stats:
Guest Posters: 49
Members: 31889
Moderators: 3
Admins: 4
Administrators: Mynda Treacy, Philip Treacy, Catalin Bombea, FT
Moderators: MOTH Support, Velouria, Riny van Eekelen
© Simple:Press —sp_Information

Sidebar

Blog Categories

  • Excel
  • Excel Charts
  • Excel Dashboard
  • Excel Formulas
  • Excel PivotTables
  • Excel Shortcuts
  • Excel VBA
  • General Tips
  • Online Training
  • Outlook
  • Power Apps
  • Power Automate
  • Power BI
  • Power Pivot
  • Power Query
microsoft mvp logo
trustpilot excellent rating
Secured by Sucuri Badge
MyOnlineTrainingHub on YouTube Mynda Treacy on Linked In Mynda Treacy on Instagram Mynda Treacy on Twitter Mynda Treacy on Pinterest MyOnlineTrainingHub on Facebook
 

Company

  • About My Online Training Hub
  • Disclosure Statement
  • Frequently Asked Questions
  • Guarantee
  • Privacy Policy
  • Terms & Conditions
  • Testimonials
  • Become an Affiliate

Support

  • Contact
  • Forum
  • Helpdesk - For Technical Issues

Copyright © 2023 · My Online Training Hub · All Rights Reserved. Microsoft and the Microsoft Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. Product names, logos, brands, and other trademarks featured or referred to within this website are the property of their respective trademark holders.