kmeans-excel icon indicating copy to clipboard operation
kmeans-excel copied to clipboard

XLSM not available

Open MilesAheadToo opened this issue 10 months ago • 0 comments

I have tried loading the VBA code into my own XLS but there are lots of references that are incorrect and are not mentioned in the documentation, for example: Dim MaximumIterations As Integer: MaximumIterations = wkSheet.Range("MaximumIterations").Value Dim DataSht As String: DataSht = wkSheet.Range("InputSheet").Value Dim DataRange As String: DataRange = wkSheet.Range("InputRange").Value Dim DataRecords As Variant: DataRecords = Worksheets(DataSht).Range(DataRange)

MilesAheadToo avatar Apr 16 '24 14:04 MilesAheadToo