ThrottleWorks
Excel Ninja
Hi,
I am getting a bug while trying to run below mentioned line.
The problem is, when I run the macro by doing F8, the code will throw bug at the first instance.
When I press the F8 key again (without doing anything) the macro runs fine and does not throw any bug.
I am getting error message as Run-time error '1004':
Unable to set the ShowDetail property of the Range class.
Can anyone please help me in this
I am getting a bug while trying to run below mentioned line.
The problem is, when I run the macro by doing F8, the code will throw bug at the first instance.
When I press the F8 key again (without doing anything) the macro runs fine and does not throw any bug.
I am getting error message as Run-time error '1004':
Unable to set the ShowDetail property of the Range class.
Can anyone please help me in this
Code:
Pvt91RngGrand.ShowDetail = True 'This line will export Pivot table