View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nikkih[_2_] Nikkih[_2_] is offline
external usenet poster
 
Posts: 1
Default Please help, I've been working on this for days

This is what I have so far
Dim firstRange As Range
Dim secRange As Range
Dim percentage As Integer
Dim numCols As Integer
On Error Resume Next

Set firstRange = Application.InputBox(Prompt:="Input", Title:="DAT
RANGE", Type:=8)
percentage = Application.InputBox("Enter a %")
Set secRange = Application.InputBox(Prompt:="Output", Title:="DAT
RANGE", Type:=8

--
Message posted from http://www.ExcelForum.com