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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MarkGorecki

    Getting values from cells in a range

    Hello, My code currently allows me to select cells with wich to create a chart. (shown below) Dim varRange As Variant, RangeSel As Range, Month As Variant On Error Resume Next Set varRange = _ Application.InputBox("Select a range of cells:", Type:=8) If IsObject(varRange) =...
  2. MarkGorecki

    Selecting and using a cell range with a cursor

    How would a newbie (like myself) be able to select the cell range using a cursor, instead of hard coding the cell range, then pass the range on to the code? For example, my code has: Dim varRange As Variant On Error Resume Next Set varRange = _ Application.InputBox("Select a...

Part and Inventory Search

Back
Top