LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Baby steps


I have the following code linked to a userform:


Code:
--------------------

Private Sub CommandButton1_Click()
With ActiveSheet
If Me.OptionButton1 = True Then
.Range("d12").EntireColumn.Insert
Else
.Range("f12").EntireColumn.Insert
End If
End With
End Sub
Private Sub OptionButton1_Click()
Me.OptionButton1.Value = True
End Sub

--------------------


I have added a description field to my userform. This field is to add
a title to the newly created column.

What do I need to add to this code to copy the title out of the
description of the userform and place it into 'row 11 ' of the column
the code above inserts?


--
oberon.black
------------------------------------------------------------------------
oberon.black's Profile: http://www.excelforum.com/member.php...o&userid=26732
View this thread: http://www.excelforum.com/showthread...hreadid=401851

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
baby baby Excel Discussion (Misc queries) 0 September 3rd 08 06:52 AM
Baby stuff I know-if Joe Excel Discussion (Misc queries) 8 November 16th 07 10:27 AM
Baby Sleep log Baby's Sleep Log Charts and Charting in Excel 1 February 2nd 06 07:19 PM
baby charts sweetie40433 Excel Discussion (Misc queries) 1 September 10th 05 10:24 AM
Baby steps..... cpegram Excel Discussion (Misc queries) 5 June 4th 05 09:32 PM


All times are GMT +1. The time now is 05:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"