Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by BillyMcNeal

  1. BillyMcNeal

    .LinkCell in a Do While Loop?

    Thanks, that worked perfectly.
  2. BillyMcNeal

    .LinkCell in a Do While Loop?

    Thanks Skip, but your code doesn't seem to be linking the check boxes to the cells. I want to put in a few hundred check boxes, so I'd rather not link them manually. Any suggestions?
  3. BillyMcNeal

    .LinkCell in a Do While Loop?

    I'm new to VBA (taught myself yesterday) and was wondering the notation I would need to use to create a large number of check boxes linking to different cells. I'm sure you can get the gist of what I'm looking for with how I tried to do it: Dim Row, Column As Integer Row = 9 Column = 14 Do...

Part and Inventory Search

Back
Top