View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike Darrington Mike Darrington is offline
external usenet poster
 
Posts: 1
Default Column subtractions

I have an input box that asks the user to input a new column for a range to
set the print area. I have on sheet that has one less column than the rest.
Is there a way to have it take off on column?

Here is what I have

newcolumn = InputBox("New Column", "New Column for Trends")

User puts in AJ

On one sheet I only want it to go to AI is there a way to do this without
asking another question?