Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

2 Posted Topics

Member Avatar for Jenkins.Deanna.E

It might be a 3rd party application that you have installed and is consuming your machine's resources (RAM). Try to check if any app running in backround which is taking too much of your RAM, stop that application and check if it happens.

Member Avatar for dogbreath077
0
190
Member Avatar for judithSampathwa

I had the same problem. checked the o/p dynamically and found out a way. Use topicNo = (range.Cells[rCnt, 3] as Excel.Range).Text instead of topicNo = (range.Cells[rCnt, 3] as Excel.Range).Value2

Member Avatar for mukund1988
1
3K

The End.