I have a formula that's only work when "Y" and "X" is on column range or array format,
but the problem is my data source on excel taken by inputbox (userform) is with row range.
![]()
Please Login or Register to view this content.
example
y = range("E5:I5") ==> select this range use inputbox
x = range("E6:I6") ==> select this range use inputbox
my question is how to convert range rows data to array format?
execute the formula or convert data in macros. so, my excel only for data source
Appreciate if you can help me to made macros codes
Bookmarks