Excelのこととか色々

Excel のこととか楽天とか いろいろ書いてみます・・・

beginners

【Excel/VBA 05】Copy and Paste Value Macro

COUNTIF copy and pastevalue COUNTIF function can be used when calculating how many same date is exists or checking same data is no duplicated. However, this function makes your computer slow because it re-calculates every time the sheet is…

【Excel/VBA】Janken game 02

Making Janken Game (Rock Paper Scissors game). This would be good exercise for VBA beginners. Macros will be introduced in this article. It shouldn't be difficult. I hope this helps your study.