Hi,
I have a custom formula in the excel named "=rch(ticker, NUMBER)"
"ticker" is a assigned name of the specific cell and NUMBER is just any number ex. 5432
With a press of a button on the spreadsheet, I need to populate cells D17:G17 with such formula, but with different consecutive NUMBER following the next cell in that range.
I am thinking about using a loop such that "Cells(17, cel)" and within each cell to loop "ans1 = rch & intr & rch2"
In other words, in the cell D17, I need to show "=rch(ticker,2292)"
in E17 to show "=rch(ticker,2293)"
F19 "=rch(ticker,2295)"
G19 "=rch(ticker,2296)"
I came up with such code, However, since I am a noob in VBA, I am running into troubles .
Can you please let me assist me.
Thank you very much
Bookmarks