Results 1 to 10 of 10

Writing option button data to specific cell in a table

Threaded View

  1. #4
    Valued Forum Contributor Steffen Thomsen's Avatar
    Join Date
    10-15-2010
    Location
    Kolding, Denmark
    MS-Off Ver
    Excel 2007 and Excel 2010
    Posts
    953

    Re: Writing option button data to specific cell in a table

    If the optionbutton are on a frame, then reference it

    
    If FrameReference.F1opt60.Value = True Then
         gradesheet.cells(where1.row,where2,column).Value = 60 ' same structure down
    If its on a userform then

    If UserForm1.F1opt60.Value = True Then
         gradesheet.cells(where1.row,where2,column).Value = 60 ' same structure down
    Last edited by Steffen Thomsen; 11-11-2011 at 11:31 AM.

Thread Information

Users Browsing this Thread

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

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