vbamacro

Forum home » Delegate support and help forum » Microsoft Excel Training and help » VBA/Macro

VBA/Macro

resolvedResolved · High Priority · Version 2010

Jay has attended:
Excel Intermediate course
Excel Advanced course

VBA/Macro

Hi,

Wondering if someone can help me.

I have a Userform where i have duplicated a certain row into 2.

I then used this text to try and come up with what i need.

Selection.Offset(1, 0).Columns(8).Value = (Columns(8).Value / Columns(6).Value) * Me.txtQuantity

So in my head the Offset is Selecting both the rows (my previous and duplicate). Then in Column 8 the value i would like to divide by Column 6 Value then i am multiplying then number by the number i put into the User form, and this number will be repersented in Column 8.

But it does not like this, any help?

regards

RE: VBA/Macro

dont worry,

i have done it


 

Excel tip:

Changing the Tab Colour of an Excel 2010 Worksheet

Did you know you could give the tabs in your worksheet different colours?

This is particularly useful when organizing all your worksheets relating to a particular period or year, for example.

Right click a tab
Select Tab Colour
And choose your favourite colour!

View all Excel hints and tips


Server loaded in 0.09 secs.