#ExcelVBA

Python Job Supportpythonjobsupport
2025-06-10

Introduction To VBA Excel Cells and Range || 2nd Class || Full Tutorial  

Excel VBA 2nd Class Hey there! In this awesome YouTube video, you'll dive into the world of VBA Excel! Learn the basics ... source

quadexcel.com/wp/introduction-

:rss: Qiita - 人気の記事qiita@rss-mstdn.studiofreesia.com
2025-01-19

ServiceNowにかかわった人ならだれもが一度は思う「ExcelをそのままServiceNowに反映したい」を実現する方法
qiita.com/oichan00/items/44cbe

#qiita #Excel #ExcelVBA #REST_API #ServiceNow #業務効率化

Python Job Supportpythonjobsupport
2024-08-02

Create A Table of Contents By Excel VBA Code 

In this video we are going to learn how to create a table of contents by Excel VBA Code. Excel VBA ... source

quadexcel.com/wp/create-a-tabl

|ω・) :vivaldi_red:chirarin@vivaldi.net
2022-11-16

ブックのあるフォルダからCSVを選択するダイアログの表示

Dim FileName As String

CreateObject("WScript.Shell").CurrentDirectly = _
ThisWorkbook.Path
FileName = _
Application.GetOpenFilename("CSV ファイル (*.csv),*.csv")
#ExcelVBA

|ω・) :vivaldi_red:chirarin@vivaldi.net
2022-11-16

二次元配列から
指定列の抜き出しとセルへの代入

Dim 指定列 As Variant

指定列 = _
WorksheetFunction.Index(二次元配列,0,抜出列番号)

Range("A1").Resize(UBound(指定列,1), UBound(指定列,2)) = 指定列
#ExcelVBA

|ω・) :vivaldi_red:chirarin@vivaldi.net
2022-11-16

最終行の取得
Dim LastRow As Long

①LastRow= _
Range("A" & Rows.Count).End(xlup).Row

② LastRow= _
Cells(Rows.Count, 1).End(xlUp).Row

#ExcelVBA

2022-11-10

@LeitrimMel
I'd like to get better at Excel #VBA. Do you have a recommendation for basic and/or intermediate #ExcelVBA, perhaps a blogger or ideally a YouTuber with online video tutorial? I know just enough Excel to be dangerous to myself, and often I'll have a sense that a spreadsheet task should be doable, and I'll search online for guidance and hit a brick wall statement such as, "to do the next task, you'll have to employ #VBA," and they stop the lesson there. Any recommended free lessons?

2022-11-08

#Conservation informed by #Bioinformatics, because I've always loved coding and stats and I'm hoping to continue both. This also means I'm enjoying learning about how #MachineLearning and #AI / #ArtificialIntelligence can be put to good use in conservation. I've started learning #RStats, #ExcelVBA and #Python and love great #DataVisualisation.

2/3

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst