Forum Discussion
Volker Wollenweber
Jul 27, 2018Copper Contributor
Issue with excel on a shared computer
We have a shared computer with different users in our department. The first user that first used that computer does not have issues. I myself after creating the second user faced an issue with exce...
Volker Wollenweber
Jul 30, 2018Copper Contributor
To clarify my issue:
I recorded a macro.
The following action was done during recording:
wrote "Hallo" into Cell A1.
Here is what the VBA editor gives to me:
Sub Macro1()
'
' Macro1 Macro
'
'
ShowDrillIndicators. = "Hallo"
Range("A2").Count
End Sub
I never saw or read the command "ShowDrillIndicators
Damien_Rosario
Jul 30, 2018Silver Contributor
Hi Volker
I'm not sure what's happening with the way it's not doing what you expect, but at the very least ShowDrillIndicators is a legit thing for PivotTable.
Maybe a coding expert here will know why one user is fine and the other is not? Hopefully you get it resolved soon!
Cheers
Damien