Merhaba;
Makro öğrenmeye başladım ve paylaşmış olduğum linkte faydalı ve detaylı paylaşım bulunmaktadır. Bilgi edinmek isteyen arkadaşlar için ekledim. Bir hayırsever konuyu türkçeye çevirse süper olur.

https://excelmacromastery.com/vba-dictionary/
Makro öğrenmeye başladım ve paylaşmış olduğum linkte faydalı ve detaylı paylaşım bulunmaktadır. Bilgi edinmek isteyen arkadaşlar için ekledim. Bir hayırsever konuyu türkçeye çevirse süper olur.
https://excelmacromastery.com/vba-dictionary/
CSS:
1 A Quick Guide to the VBA Dictionary
2 What is the VBA Dictionary?
3 Download the Source Code
4 Dictionary Webinar
5 A Dictionary in real world terms
6 A Simple Example of using the VBA Dictionary
7 Creating a Dictionary
7.1 Early versus Late Binding
8 Adding Items to the Dictionary
9 Assigning a Value
10 Checking if a Key Exists
11 Storing Multiple Values in One Key
12 Other useful functions
13 The Key and Case Sensitivity
13.1 Things to Watch Out For
14 Reading through the Dictionary
15 Sorting the Dictionary
15.1 Sorting by keys
15.2 Sorting by values
16 Troubleshooting the Dictionary
16.1 Missing Reference
16.2 Exists is not Working
16.3 Object Variable Error
16.4 Useful Tips for Troubleshooting the Dictionary
17 Writing the Dictionary to the Worksheet
18 Useful Dictionary Examples
18.1 Example 1 – Summing Single Values
18.2 Example 2 – Dealing with Multiple Values
18.3 Example 3 – Summing Multiple Values
19 When To Use The Dictionary
20 What’s Next?