Excel Help - VBA
Help please !!! I have a excel work book with the following sheets , E-1 and Overdue.
The E-1 sheet consist of over a 1000 rows. I have a lot of formulas on that sheet to make certain items in colour and so on.
I need a formula or VBA help to get only the overdue orders on the E-1 sheet and copy them to the overdue sheet.
If the column AC is between -1 and -1000 it should copy that row to the overdue sheet.
If this formula is possible can we put in that column AC should be sorted from Highest to lowest.
On VBA when i enter a code like the on above should it be entered into which sheet and after i am complete with the code how do i save it and use it?
Thanks
cheetah10
- cheetahs10's blog
- Login or register to post comments
- 10036 reads
Excel ms access database query
I want to export and import data from MS access to excel 2010. Please help me out with the code.
Take a look at our brand
Take a look at our brand new call logging system
Put the following code in a
VBA Help
Hi Vishesh
Thanks for your reply and help. Just one question where should i put the code on the complete workbook or only the e-1 sheet.
In you code the Set wksFrom = ThisWorkbook Worksheets(E-1)
It gives me an error message when I type this in and should i add the E-1 part or not
Thank you
Wesley
E-1 should be within ""It
You can put this code in any module. However, it should ideally be in general module.
E-1 should be within ""
It would be better if you provide your xl file as attacment.
Help - Excell
Hi thanks for your previous help it really worked nice.
I know want to know if you can help me with another excel problem. Either with conditional formatting or with visual basics.
I have 2 coloumn namely U8 & V8. I want to entire row to highlight in red if when the following happens.
If there is an E in cell U8 and cell V8 is empty than it needs to highlight that row. But it needs to work in with the conditional formatting rules which I already added to change rows to colors when a certain cell has a certain value.
Thank you
Conditional formatting - Use
Conditional formatting
- Use a formula to determine which cells to format
- In the formula box provided enter
=AND($U8="E",$V8="")
- Click OK
- In the applies to Box ent
=$8:$8
- Click OK
To copy this formatting on other rows copy entire row and paste