Forum: Visual Basic 4 / 5 / 6 Nov 9th, 2004 |
| Replies: 3 Views: 8,732 actually I think I am having the problem due to combining my macros into a large program... I have worked through a few of the issues, but not sure I have them all worked out.. |
Forum: Visual Basic 4 / 5 / 6 Nov 9th, 2004 |
| Replies: 3 Views: 8,732 I am experiencing the same type of problem on code I have written before but now trying to put in a longer more extensive macro..
The entire code is:
Dim n As Integer
... |
Forum: Visual Basic 4 / 5 / 6 Nov 8th, 2004 |
| Replies: 3 Views: 8,732 I have tried as many different ways to do a sort as I can think of... I keep getting application defined errors. Here is my code:
With ActiveSheet
.Range("a:a").Select
n =... |